From 423d0880707e27fa8dfd6738400e156ff14e80a2 Mon Sep 17 00:00:00 2001 From: Decebal Suiu Date: Fri, 29 Nov 2024 01:30:38 +0200 Subject: Add version 3.13.0 to changelog --- CHANGELOG.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 986c08e..b7aed05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,15 +5,21 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### [Unreleased][unreleased] #### Fixed -- [#595]: Fix StackOverFlow error on Kotlin classes without @Extension #### Changed -- [#594]: Always check for ClassLoaders differences in AbstractExtensionFinder #### Added #### Removed +### [3.13.0] - 2024-11-29 + +#### Fixed +- [#595]: Fix StackOverFlow error on Kotlin classes without @Extension + +#### Changed +- [#594]: Always check for ClassLoaders differences in AbstractExtensionFinder + ### [3.12.1] - 2024-10-12 #### Fixed @@ -465,6 +471,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Added test for DefaultPluginRepository [unreleased]: https://github.com/decebals/pf4j/compare/release-3.12.1...HEAD +[3.13.0]: https://github.com/decebals/pf4j/compare/release-3.12.1...release-3.13.0 [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 -- cgit v1.2.3