File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
+ ## [ 1.0.0] - 2024-09-12
8
+ GA release!
9
+
7
10
## [ 1.0.0-beta2] - 2024-09-06
8
11
9
12
### Added
Original file line number Diff line number Diff line change 3
3
[ ![ Maven Release] ( https://maven-badges.herokuapp.com/maven-central/com.vonage/server-sdk-kotlin/badge.svg )] ( https://central.sonatype.com/artifact/com.vonage/server-sdk-kotlin )
4
4
[ ![ Build Status] ( https://github.com/Vonage/vonage-kotlin-sdk/actions/workflows/build.yml/badge.svg )] ( https://github.com/Vonage/vonage-kotlin-sdk/actions/workflows/build.yml )
5
5
[ ![ codecov] ( https://codecov.io/gh/Vonage/vonage-kotlin-sdk/graph/badge.svg?token=YNBJUD8OUT )] ( https://codecov.io/gh/Vonage/vonage-kotlin-sdk )
6
- ![ SLOC] ( https://sloc.xyz/github/vonage/vonage-kotlin-sdk/ )
6
+ ![ SLOC] ( https://img.shields.io/badge/Total%20lines-10k-brightgreen )
7
7
[ ![ Contributor Covenant] ( https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg )] ( CODE_OF_CONDUCT.md )
8
8
[ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( LICENSE.txt )
9
9
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >com.vonage</groupId >
7
7
<artifactId >server-sdk-kotlin</artifactId >
8
- <version >1.0.0-beta2 </version >
8
+ <version >1.0.0</version >
9
9
10
10
<name >Vonage Kotlin Server SDK</name >
11
11
<description >Kotlin client for Vonage APIs</description >
You can’t perform that action at this time.
0 commit comments