From af9a91aac495e74d0b40d62ed1ec41a82bce8860 Mon Sep 17 00:00:00 2001 From: Decebal Suiu Date: Sun, 8 Sep 2019 21:29:34 +0300 Subject: [PATCH] Add version 3.0.0 to changelog --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12e7968..d6bed07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### [Unreleased][unreleased] +#### Fixed + +#### Changed + +#### Added + +#### Removed + +### [3.0.0] - 2019-06-12 + #### Fixed - [#297]: Loading extensions may shutdown the application - Fix the plugin directory will be deleted anyway in unzip `extract` method @@ -323,7 +333,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). #### Removed -[unreleased]: https://github.com/decebals/pf4j/compare/release-2.6.0...HEAD +[unreleased]: https://github.com/decebals/pf4j/compare/release-3.0.0...HEAD +[3.0.0]: https://github.com/decebals/pf4j/compare/release-2.6.0...release-3.0.0 [2.6.0]: https://github.com/decebals/pf4j/compare/release-2.5.0...release-2.6.0 [2.5.0]: https://github.com/decebals/pf4j/compare/release-2.4.0...release-2.5.0 [2.4.0]: https://github.com/decebals/pf4j/compare/release-2.3.0...release-2.4.0