Skip to content

Commit c26cdb8

Browse files
committed
Prepare for release 1.1.1.
1 parent 26ae75e commit c26cdb8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
1.1.1
5+
-----
6+
7+
_2021-11-03_
8+
9+
* **Fix:** `AutoValueKotlinProcessor` now properly declares its supported options.
10+
411
1.1.0
512
-----
613

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ POM_NAME=AutoValue Kotlin
3131
POM_ARTIFACT_ID=auto-value-kotlin
3232
POM_PACKAGING=jar
3333
GROUP=com.slack.auto.value
34-
VERSION_NAME=1.2.0-SNAPSHOT
34+
VERSION_NAME=1.1.1
3535
POM_DESCRIPTION=An AutoValue extension that generates binary and source compatible equivalent data classes of AutoValue models.
3636
POM_URL=https://github.com/slackhq/auto-value-kotlin/
3737
POM_SCM_URL=https://github.com/slackhq/auto-value-kotlin/

0 commit comments

Comments
 (0)