From c4518a8d5b4cdaf607f4ed1b0c12d84a283f042c Mon Sep 17 00:00:00 2001 From: Hiroshi Miura Date: Wed, 13 May 2020 07:54:26 +0900 Subject: [PATCH] Prepare for v0.9.1 Signed-off-by: Hiroshi Miura --- CHANGELOG.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95b6828..8719ab1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,17 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.9.1] - 2020-05-13 + +### Fixed +- Gradle: JavadocJar and SourcesJar generation configuation. +- Github Actions: fix tag release script. + ## [0.9.0] - 2020-05-12 ### Added - Github Actions: Automate making release and upload artifacts. -- Github Actions: upload bintray when tag release automatically. +- Github Actions: Upload bintray when tag release automatically. ### Removed - Gradle: Key signing. Now release file are signed by could service. @@ -113,7 +119,8 @@ All notable changes to this project will be documented in this file. ### Added - Start project. -[Unreleased]: https://github.com/dictzip/dictzip-java/compare/v0.9.0...HEAD +[Unreleased]: https://github.com/dictzip/dictzip-java/compare/v0.9.1...HEAD +[0.9.1]: https://github.com/dictzip/dictzip-java/compare/v0.9.0...v0.9.1 [0.9.0]: https://github.com/dictzip/dictzip-java/compare/v0.8.2...v0.9.0 [0.8.2]: https://github.com/dictzip/dictzip-java/compare/v0.8.1...v0.8.2 [0.8.1]: https://github.com/dictzip/dictzip-java/compare/v0.8.0...v0.8.1 -- 2.11.0