aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDecebal Suiu <decebal.suiu@gmail.com>2017-10-17 21:43:48 +0300
committerDecebal Suiu <decebal.suiu@gmail.com>2017-10-17 21:43:48 +0300
commit42aaee15591e241add08323c76f4f813867f996b (patch)
treecc86ec6445e0b2cda124f57c69e10bab28721e0c /CHANGELOG.md
parent16c8208f897416fc1fe424562afa08f41bfec012 (diff)
downloadpf4j-42aaee15591e241add08323c76f4f813867f996b.tar.gz
pf4j-42aaee15591e241add08323c76f4f813867f996b.zip
Add version 2.0.0 in changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md13
1 files changed, 12 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9519007..9a53435 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.0.0] - 2017-10-17
+
+#### Fixed
- [#156]: `FileSystemException` when I call `deletePlugin` after `getExtensions`
- Fix Maven warnings
@@ -183,7 +193,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
#### Removed
-[unreleased]: https://github.com/decebals/pf4j/compare/release-1.3.0...HEAD
+[unreleased]: https://github.com/decebals/pf4j/compare/release-2.0.0...HEAD
+[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
[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