Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Commit

Permalink
version: 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmc24 committed Apr 22, 2021
1 parent 4711f6f commit eca77e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit eca77e9

Please sign in to comment.