aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDecebal Suiu <decebal.suiu@gmail.com>2017-05-03 23:22:44 +0300
committerDecebal Suiu <decebal.suiu@gmail.com>2017-05-03 23:22:44 +0300
commit7f4c67ae6f847ee8a5594413b0ece899e3956300 (patch)
tree71ec035baa7d9121ea89ad2fd9172ea3018ead1c /CHANGELOG.md
parentc6f1615d19a13639ce09112e0f7ed7ea016bee86 (diff)
downloadpf4j-7f4c67ae6f847ee8a5594413b0ece899e3956300.tar.gz
pf4j-7f4c67ae6f847ee8a5594413b0ece899e3956300.zip
Add version 1.3.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 544fc5f..32881d4 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.3.0] - 2017-05-03
+
+#### Fixed
- [#129]: Properties Descriptor finder bug fixes and a test
- [#131]: Fix bug in `loadJars()`, did not add `/lib` to classloader
- [#134]: `getVersion()` use wrong class for calculating PF4J version
@@ -161,7 +171,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
#### Removed
-[unreleased]: https://github.com/decebals/pf4j/compare/release-1.2.0...HEAD
+[unreleased]: https://github.com/decebals/pf4j/compare/release-1.3.0...HEAD
+[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
[1.1.0]: https://github.com/decebals/pf4j/compare/release-1.0.0...release-1.1.0