diff --git a/CHANGES.md b/CHANGES.md index 9f51dbd..16bb9b4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,8 @@ # Change Log ## Unreleased + +## 1.2.0 * Avro 1.9.0-1.9.2 is supported again (no changed needed; just change in support policy and testing) * `generateAvroProtocol` task fails if avpr file will get overwritten (due to multiple IDL files using the same namespace and protocol) diff --git a/build.gradle b/build.gradle index c0fd0d4..0cd0a84 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ plugins { // support. group = "com.github.davidmc24.gradle.plugin" -version = "1.1.1-SNAPSHOT" +version = "1.2.0" def isCI = System.getenv("CI") == "true"