diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2018-02-11 19:13:24 +0200 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2018-02-11 19:13:24 +0200 |
commit | 88ab9bd3bccd9fcab1d6fb44d00dd980bbe7fe32 (patch) | |
tree | 6c1c980f0c73435bf7b71b4570032282dd25a464 | |
parent | 86f48ea11a46d60bbee160babc3699fdb2b355c0 (diff) | |
download | pf4j-88ab9bd3bccd9fcab1d6fb44d00dd980bbe7fe32.tar.gz pf4j-88ab9bd3bccd9fcab1d6fb44d00dd980bbe7fe32.zip |
Add version 2.2.0 in changelog
-rw-r--r-- | CHANGELOG.md | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 65e94b8..0e814e0 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 + +### [2.2.0] - 2018-02-11 + +#### Fixed - [#197]: Close `JarFile` stream after `getManifest` in `ManifestPluginDescriptorFinder.find(Path pluginPath)` - Before start a plugin check if the plugin is resolved - [#200]: Compiling with Maven under Java9 breaks project @@ -217,7 +227,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). #### Removed -[unreleased]: https://github.com/decebals/pf4j/compare/release-2.1.0...HEAD +[unreleased]: https://github.com/decebals/pf4j/compare/release-2.2.0...HEAD +[2.2.0]: https://github.com/decebals/pf4j/compare/release-2.1.0...release-2.2.0 [2.1.0]: https://github.com/decebals/pf4j/compare/release-2.0.0...release-2.1.0 [2.0.0]: https://github.com/decebals/pf4j/compare/release-1.3.0...release-2.0.0 [1.3.0]: https://github.com/decebals/pf4j/compare/release-1.2.0...release-1.3.0 |