From 24951284f23f761105a688b886bf8eae511e9a07 Mon Sep 17 00:00:00 2001 From: Peter Csajtai Date: Sat, 21 May 2022 01:11:54 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac34d62..f86fd5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.3.2] - 2022-05-21 +### Fixed +- Incorrect multi-target generation. + ## [1.3.1] - 2022-05-20 ### Fixed - Mysterious missing target issue. [#4](https://github.com/z4kn4fein/kotlin-semver/issues/4) @@ -36,8 +40,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.0.0] - 2022-01-09 - First stable release +[1.3.2]: https://github.com/z4kn4fein/kotlin-semver/compare/1.3.1...1.3.2 [1.3.1]: https://github.com/z4kn4fein/kotlin-semver/compare/1.3.0...1.3.1 [1.3.0]: https://github.com/z4kn4fein/kotlin-semver/compare/1.2.1...1.3.0 [1.2.1]: https://github.com/z4kn4fein/kotlin-semver/compare/1.2.0...1.2.1 [1.2.0]: https://github.com/z4kn4fein/kotlin-semver/compare/1.1.0...1.2.0 -[1.1.0]: https://github.com/z4kn4fein/kotlin-semver/compare/1.0.0...1.1.0 +[1.1.0]: https://github.com/z4kn4fein/kotlin-semver/compare/1.0.0...1.1.0 \ No newline at end of file