diff --git a/addOns/grpc/CHANGELOG.md b/addOns/grpc/CHANGELOG.md index af6a08ff7c5..cd88c8c2e17 100644 --- a/addOns/grpc/CHANGELOG.md +++ b/addOns/grpc/CHANGELOG.md @@ -3,6 +3,9 @@ All notable changes to this add-on will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## Unreleased + + ## [0.1.0] - 2024-06-11 ### Added diff --git a/addOns/grpc/gradle.properties b/addOns/grpc/gradle.properties index b4cea9cebd6..3ebeb24193e 100644 --- a/addOns/grpc/gradle.properties +++ b/addOns/grpc/gradle.properties @@ -1,2 +1,2 @@ -version=0.1.0 -release=true +version=0.2.0 +release=false