diff --git a/CHANGELOG.md b/CHANGELOG.md index f4759516..022e9720 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 1.1.2 + +### Fixed +- Fix an issue where changing git HEAD does not invalidate task cache - [#28](https://github.com/ReactiveCircus/app-versioning/pull/28) + +### Changed +- Compile with AGP 7.1.3. +- Compile with Kotlin 1.6.21. + +## 1.1.1 + +Same as 1.1.0. + ## 1.1.0 ### Added diff --git a/gradle.properties b/gradle.properties index 02a15786..0293b59e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=io.github.reactivecircus.appversioning -VERSION_NAME=1.2.0-SNAPSHOT +VERSION_NAME=1.1.2 POM_ARTIFACT_ID=app-versioning-gradle-plugin POM_NAME=Android App Versioning Gradle Plugin