From 7eb781f1b4b5057eee36d874de6c5ab4dd12d1b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20Carl=C3=A9?= Date: Fri, 5 Apr 2024 23:44:58 +0200 Subject: [PATCH] docs: add release 3.0.1 to changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1122f4b..28c0a0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [3.0.1] + +### Bug fixes +* Correctly resolve nested classes in generated code [#49](https://github.com/mcarleio/konvert/issues/49) + ## [3.0.0] Update to Kotlin 1.9.22 and KSP 1.0.16 @@ -238,6 +243,8 @@ Update to Kotlin 1.9.0 and KSP 1.0.12 [unreleased]: https://github.com/mcarleio/konvert/compare/v3.0.0...HEAD +[3.0.1]: https://github.com/mcarleio/konvert/compare/v3.0.0...v3.0.1 + [3.0.0]: https://github.com/mcarleio/konvert/compare/v2.4.0...v3.0.0 [2.4.0]: https://github.com/mcarleio/konvert/compare/v2.3.1...v2.4.0