Skip to content

Commit b7f0be8

Browse files
committed
Prepare for release 1.1.2.
1 parent 3574f26 commit b7f0be8

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
## 1.1.2
4+
5+
### Fixed
6+
- Fix an issue where changing git HEAD does not invalidate task cache - [#28](https://github.com/ReactiveCircus/app-versioning/pull/28)
7+
8+
### Changed
9+
- Compile with AGP 7.1.3.
10+
- Compile with Kotlin 1.6.21.
11+
12+
## 1.1.1
13+
14+
Same as 1.1.0.
15+
316
## 1.1.0
417

518
### Added

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=io.github.reactivecircus.appversioning
2-
VERSION_NAME=1.2.0-SNAPSHOT
2+
VERSION_NAME=1.1.2
33

44
POM_ARTIFACT_ID=app-versioning-gradle-plugin
55
POM_NAME=Android App Versioning Gradle Plugin

0 commit comments

Comments
 (0)