diff --git a/docs/changelog.md b/docs/changelog.md index 6b1cc4e29..8f971fe35 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,6 +3,19 @@ Change Log ## Unreleased +## Version 1.16.0 + +Thanks to [@drawers][drawers], [@rickclephas][rickclephas] for contributing to this release. + +_2024-01-18_ + + * New: Kotlin 1.9.22. + * New: KSP 1.9.22-1.0.16. + * New: Add `NameAllocator` API to control keyword pre-allocation (#1803). + * Fix: Fix issue with missing `suspend` modifier in `KSTypeReference.toTypeName` (#1793). + * Fix: Honour same-package import aliases (#1794). + * Fix: Always include parameter docs in the type header (#1800). + ## Version 1.15.3 Thanks to [@gabrielittner][gabrielittner] for contributing to this release. diff --git a/gradle.properties b/gradle.properties index 47d0eae2d..5ee29f629 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.jvmargs='-Dfile.encoding=UTF-8' GROUP=com.squareup -VERSION_NAME=1.16.0-SNAPSHOT +VERSION_NAME=1.16.0 POM_URL=https://github.com/square/kotlinpoet POM_SCM_URL=https://github.com/square/kotlinpoet