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

Commit

Permalink
version: 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmc24 committed Nov 11, 2021
1 parent 0969bea commit 6fa428d
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.3.0
* Built using Avro 1.11.0
* Dropped support for Avro 1.9.0-1.10.2 due to use of new SpecificRecordBuilderBase constructor in Avro 1.11.0
* Default field visibility is now "PRIVATE" to match Avro's new default, as "PUBLIC_DEPRECATED" is no longer supported in Avro 1.11.0
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.2.2-SNAPSHOT"
version = "1.3.0"

def isCI = System.getenv("CI") == "true"

Expand Down

0 comments on commit 6fa428d

Please sign in to comment.