diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2017-03-03 19:19:05 +0200 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2017-03-03 19:19:05 +0200 |
commit | bc4c8d48ffb808717da4a108497055b9fdf391b9 (patch) | |
tree | b4e8395d3dd5b28dfd8b4375afd5a847a945b0ae /CHANGELOG.md | |
parent | 1d29ddde154060760027fad0282f607470271d7b (diff) | |
download | pf4j-bc4c8d48ffb808717da4a108497055b9fdf391b9.tar.gz pf4j-bc4c8d48ffb808717da4a108497055b9fdf391b9.zip |
Add version 1.2.0 in 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 18c3122..991f367 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 + +### [1.2.0] - 2017-03-03 + +#### Fixed - [#125]: Fix possible NPE #### Changed @@ -139,7 +149,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). #### Removed -[unreleased]: https://github.com/decebals/pf4j/compare/release-1.1.1...HEAD +[unreleased]: https://github.com/decebals/pf4j/compare/release-1.2.0...HEAD +[1.2.0]: https://github.com/decebals/pf4j/compare/release-1.1.1...release-1.2.0 [1.1.1]: https://github.com/decebals/pf4j/compare/release-1.1.0...release-1.1.1 [1.1.0]: https://github.com/decebals/pf4j/compare/release-1.0.0...release-1.1.0 [1.0.0]: https://github.com/decebals/pf4j/compare/release-0.13.1...release-1.0.0 |