From 63736cc8563580c4a4aad1f853587f45070336a1 Mon Sep 17 00:00:00 2001 From: Decebal Suiu Date: Fri, 10 May 2024 10:40:07 +0300 Subject: [PATCH] Add version 0.9.0 to changelog --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7338798..2f3efca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,6 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### [Unreleased][unreleased] #### Fixed -- [#58]: SpringPlugin start/stop/start results in Exception #### Changed @@ -13,6 +12,12 @@ This project adheres to [Semantic Versioning](http://semver.org/). #### Removed -[unreleased]: https://github.com/decebals/pf4j/compare/release-3.11.0...HEAD +### [0.9.0] - 2024-05-10 + +#### Fixed +- [#58]: SpringPlugin start/stop/start results in Exception + +[unreleased]: https://github.com/decebals/pf4j-spring/compare/release-0.9.0...HEAD +[0.9.0]: https://github.com/decebals/pf4j-spring/compare/release-0.8.0...release-0.9.0 [#58]: https://github.com/pf4j/pf4j-spring/issues/58