diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2019-11-29 22:55:13 +0200 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2019-11-29 22:55:13 +0200 |
commit | dda9f38cd059472444dd432be09df73a31cd8db5 (patch) | |
tree | c3fbc33d430e76c0fc4c24bf88d44fbff8ec9b5b /CHANGELOG.md | |
parent | 05e840a42c92b1acf54dae7d2b58c92a5f649ba3 (diff) | |
download | pf4j-dda9f38cd059472444dd432be09df73a31cd8db5.tar.gz pf4j-dda9f38cd059472444dd432be09df73a31cd8db5.zip |
Add version 3.2.0 to changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5da87e4..717a7f8 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.2.0] - 2019-11-29 + +#### Fixed - Fix flaky test `DefaultPluginRepositoryTest.testGetPluginArchive` - [#349]: Fix Gradle demo @@ -354,7 +364,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). #### Removed -[unreleased]: https://github.com/decebals/pf4j/compare/release-3.1.0...HEAD +[unreleased]: https://github.com/decebals/pf4j/compare/release-3.2.0...HEAD +[3.2.0]: https://github.com/decebals/pf4j/compare/release-3.1.0...release-3.2.0 [3.1.0]: https://github.com/decebals/pf4j/compare/release-3.0.0...release-3.1.0 [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 |