From df93d93d63fd31f39f69aca771d0eed516719a14 Mon Sep 17 00:00:00 2001 From: zapbot <12745184+zapbot@users.noreply.github.com> Date: Tue, 11 Jun 2024 09:50:29 +0000 Subject: [PATCH] Prepare next dev iteration(s) Update version and changelog for: - gRPC Support Signed-off-by: zapbot <12745184+zapbot@users.noreply.github.com> --- addOns/grpc/CHANGELOG.md | 3 +++ addOns/grpc/gradle.properties | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) 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