diff --git a/CHANGELOG.md b/CHANGELOG.md index cd480ce0..e56d40aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,12 +3,22 @@ ## [Unreleased] ### Added -- Support for IDEA 2023.2 ### Changed ### Deprecated +### Removed + +### Fixed + +### Security + +## [0.4.0.10] - 2023-07-30 + +### Added +- Support for IDEA 2023.2 + ### Removed - Support for IDEA 2022.1 @@ -16,8 +26,6 @@ - Final changes on release notes not applied to *“What’s New”* section of published plugin -### Security - ## [0.4.0.9] ### Added @@ -146,7 +154,7 @@ the plugin. ### Changed - Update project to build for recent IJ versions -[Unreleased]: https://github.com/NixOS/nix-idea/compare/v0.4.0.9...HEAD +[Unreleased]: https://github.com/NixOS/nix-idea/compare/v0.4.0.10...HEAD [0.3.0.0]: https://github.com/NixOS/nix-idea/commits/v0.3.0.0 [0.3.0.3]: https://github.com/NixOS/nix-idea/compare/v0.3.0.0...v0.3.0.3 [0.3.0.4]: https://github.com/NixOS/nix-idea/compare/v0.3.0.3...v0.3.0.4 @@ -154,6 +162,7 @@ the plugin. [0.3.0.6]: https://github.com/NixOS/nix-idea/compare/v0.3.0.5...v0.3.0.6 [0.4.0.0]: https://github.com/NixOS/nix-idea/compare/v0.3.0.6...v0.4.0.0 [0.4.0.1]: https://github.com/NixOS/nix-idea/compare/v0.4.0.0...v0.4.0.1 +[0.4.0.10]: https://github.com/NixOS/nix-idea/compare/v0.4.0.9...v0.4.0.10 [0.4.0.2]: https://github.com/NixOS/nix-idea/compare/v0.4.0.1...v0.4.0.2 [0.4.0.3]: https://github.com/NixOS/nix-idea/compare/v0.4.0.2...v0.4.0.3 [0.4.0.4]: https://github.com/NixOS/nix-idea/compare/v0.4.0.3...v0.4.0.4 diff --git a/gradle.properties b/gradle.properties index 93377a90..62362767 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ pluginGroup = org.nixos.idea pluginName = NixIDEA -pluginVersion = 0.4.0.10 +pluginVersion = 0.4.0.11 pluginSinceBuild = 222 pluginUntilBuild = 232.*