diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2024-06-25 18:24:10 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2024-06-25 18:24:10 +0300 |
commit | 2b556de60fadb263b9b40757d6e1fcc6f3363cb2 (patch) | |
tree | 94bb08b2826ed930068fc1874455e70700e23a1e | |
parent | adb9f521b34181659fd230a3cbaa5f1e5f4d8a00 (diff) | |
download | pf4j-2b556de60fadb263b9b40757d6e1fcc6f3363cb2.tar.gz pf4j-2b556de60fadb263b9b40757d6e1fcc6f3363cb2.zip |
Add version 3.12.0 to changelog
-rw-r--r-- | CHANGELOG.md | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b33052d..717b68b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### [Unreleased][unreleased] #### Fixed + +#### Changed + +#### Added + +#### Removed + +### [3.12.0] - 2024-06-25 + +#### Fixed - [#576]: Error due to incorrect dependency update after plugin deletion #### Changed @@ -14,8 +24,6 @@ This project adheres to [Semantic Versioning](http://semver.org/). #### Added - Add PluginClassLoader#isClosed method -#### Removed - ### [3.11.1] - 2024-05-19 #### Fixed @@ -448,7 +456,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). - [#41]: Added plugin archive source abstraction - Added test for DefaultPluginRepository -[unreleased]: https://github.com/decebals/pf4j/compare/release-3.11.1...HEAD +[unreleased]: https://github.com/decebals/pf4j/compare/release-3.12.0...HEAD +[3.12.0]: https://github.com/decebals/pf4j/compare/release-3.11.1...release-3.12.0 [3.11.1]: https://github.com/decebals/pf4j/compare/release-3.11.0...release-3.11.1 [3.11.0]: https://github.com/decebals/pf4j/compare/release-3.10.0...release-3.11.0 [3.10.0]: https://github.com/decebals/pf4j/compare/release-3.9.0...release-3.10.0 |