diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d5a4129..457443c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 1.1.0 + +### Added +- Support specifying **bare** git repository e.g. `app.git`. + +### Changed +- Compile with AGP 7.0.0. + ## 1.0.0 This is our first stable release. Thanks everyone for trying out the plugin and sending bug reports and feature requests! diff --git a/gradle.properties b/gradle.properties index a1f98cd7..feb70dfd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=io.github.reactivecircus.appversioning -VERSION_NAME=1.1.0-SNAPSHOT +VERSION_NAME=1.1.0 POM_ARTIFACT_ID=app-versioning-gradle-plugin POM_NAME=Android App Versioning Gradle Plugin