diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2024-10-12 19:07:35 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2024-10-12 19:07:35 +0300 |
commit | fca8a174a66c84cd6a9cbf2a421b693a27e16947 (patch) | |
tree | 593c1e77537aa0028a4235e1342feaba0e0715be | |
parent | b31e9cc388fb11f44215fe2dfc039a9aa9532d1d (diff) | |
download | pf4j-fca8a174a66c84cd6a9cbf2a421b693a27e16947.tar.gz pf4j-fca8a174a66c84cd6a9cbf2a421b693a27e16947.zip |
Add version 3.12.1 to changelog
-rw-r--r-- | CHANGELOG.md | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8139696..96f3449 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,6 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### [Unreleased][unreleased] #### Fixed -- [#586]: Plugin Extensions should be detected with any ClassLoadingStrategy -- [#590]: Fix fire PluginStateEvent for STOPPED state #### Changed @@ -14,6 +12,12 @@ This project adheres to [Semantic Versioning](http://semver.org/). #### Removed +### [3.12.1] - 2024-10-12 + +#### Fixed +- [#586]: Plugin Extensions should be detected with any ClassLoadingStrategy +- [#590]: Fix fire PluginStateEvent for STOPPED state + ### [3.12.0] - 2024-06-25 #### Fixed @@ -458,7 +462,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.12.0...HEAD +[unreleased]: https://github.com/decebals/pf4j/compare/release-3.12.1...HEAD +[3.12.1]: https://github.com/decebals/pf4j/compare/release-3.12.0...release-3.12.1 [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 |