diff --git a/.changes/v0.18.0.md b/.changes/v0.18.0.md new file mode 100644 index 000000000000..a0d6c2e63817 --- /dev/null +++ b/.changes/v0.18.0.md @@ -0,0 +1,11 @@ +## v0.18.0 (2024-10-08) + +### Notice + +* The Chat Side Panel implementation has been redesigned in version 0.18, necessitating an extension version bump for compatibility with 0.18.0. + - VSCode: >= 1.12.0 + - IntelliJ: >= 1.8.0 + +### Features + +* User Groups Access Control: Server Administrators can now assign user groups to specific context providers to precisely control which contexts can be accessed by which user groups. diff --git a/CHANGELOG.md b/CHANGELOG.md index 253782867310..d987746815e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v0.18.0 (2024-10-08) + +### Notice + +* The Chat Side Panel implementation has been redesigned in version 0.18, necessitating an extension version bump for compatibility with 0.18.0. + - VSCode: >= 1.12.0 + - IntelliJ: >= 1.8.0 + +### Features + +* User Groups Access Control: Server Administrators can now assign user groups to specific context providers to precisely control which contexts can be accessed by which user groups. + ## v0.17.0 (2024-09-10) ### Notice