From 7e4b3c44b57eae11e0b3ba9be2e75f41fed59291 Mon Sep 17 00:00:00 2001 From: Sina Madani Date: Thu, 12 Sep 2024 16:23:43 +0100 Subject: [PATCH] Change version to RC1 --- CHANGELOG.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 064bcd2..8226ba9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [1.0.0] - 2024-09-12 -GA release! +## [1.0.0-RC1] - 2024-09-12 +First release candidate ### Changed - Split `layout` method in `Archive.Builder` and `Broadcast.Builder` into 3 separate presets diff --git a/pom.xml b/pom.xml index 5c88994..4ebc7f7 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.vonage server-sdk-kotlin - 1.0.0 + 1.0.0-RC1 Vonage Kotlin Server SDK Kotlin client for Vonage APIs