diff --git a/CHANGELOG.md b/CHANGELOG.md index 38acad3e3..1f1b98708 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,22 @@ Changelog **Unreleased** -------------- +0.19.0 +------ + +_2024-08-27_ + +- Improve KGP plugin handling to better support upcoming AGP kotlin compilation. +- Build with JDK 22. Still targets JVM 17. +- Update MoshiX to `0.28.0`. +- Update RxJava to `3.1.9`. +- Update Oshi to `6.6.3`. +- Revert dependency sorter back to `0.7`. +- Build against Kotlin `2.0.20`. +- Build against redacted-compiler-plugin `1.10.0`. +- Build against KSP `2.0.20-1.0.24`. +- Build against Gradle `8.10`. + 0.18.4 ------ diff --git a/gradle.properties b/gradle.properties index de6168a7a..e224132c8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -46,4 +46,4 @@ POM_DEVELOPER_ID=slackhq POM_DEVELOPER_NAME=Slack Technologies, Inc. POM_DEVELOPER_URL=https://github.com/slackhq POM_INCEPTION_YEAR=2022 -VERSION_NAME=1.0.0-SNAPSHOT +VERSION_NAME=0.19.0