From faaf921592aa8b7b93adafe27f720e71dc8e103c Mon Sep 17 00:00:00 2001 From: Decebal Suiu Date: Thu, 27 Oct 2022 22:58:38 +0300 Subject: [PATCH] Add version 3.8.0 to changelog --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e29e7a4..d3cdf61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### [Unreleased][unreleased] +#### Fixed + +#### Changed + +#### Added + +#### Removed + +### [3.8.0] - 2022-10-27 + #### Fixed - [#492]: Loading extensions crashes kotlin application - [#508]: Not create extensions.idx if no extensions exist @@ -449,7 +459,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). #### Removed -[unreleased]: https://github.com/decebals/pf4j/compare/release-3.7.0...HEAD +[unreleased]: https://github.com/decebals/pf4j/compare/release-3.8.0...HEAD +[3.8.0]: https://github.com/decebals/pf4j/compare/release-3.7.0...release-3.8.0 [3.7.0]: https://github.com/decebals/pf4j/compare/release-3.6.0...release-3.7.0 [3.6.0]: https://github.com/decebals/pf4j/compare/release-3.5.0...release-3.6.0 [3.5.0]: https://github.com/decebals/pf4j/compare/release-3.4.1...release-3.5.0 -- 2.39.5