diff --git a/docs/changelog.md b/docs/changelog.md index 3d7601e2ab..e38164e4f9 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,14 @@ Change Log ========== +## Version 1.13.2 + +_2023-05-05_ + +Thanks to [@Squiry][Squiry] for contributing to this release. + +* Fix: `KSType.toTypeName` fixed to work with aliased types (#1534). + ## Version 1.13.1 _2023-04-28_ @@ -632,3 +640,4 @@ _2017-05-16_ [DeoTimeTheGithubUser]: https://github.com/DeoTimeTheGithubUser [drawers]: https://github.com/drawers [rickclephas]: https://github.com/rickclephas + [Squiry]: https://github.com/Squiry diff --git a/gradle.properties b/gradle.properties index 53164a6120..113ad84e82 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.jvmargs='-Dfile.encoding=UTF-8' GROUP=com.squareup -VERSION_NAME=1.14.0-SNAPSHOT +VERSION_NAME=1.13.2 POM_URL=https://github.com/square/kotlinpoet POM_SCM_URL=https://github.com/square/kotlinpoet