Skip to content

Commit 263fb2b

Browse files
committed
Bump to 9.9.0 for release
1 parent 008e03e commit 263fb2b

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
# Unreleasd
5+
# [9.9.0]
66
- Video: Added post-call transcription options
77
- Video: Added connections list calls
88
- Verify v2: Added support for `template_id` parameter

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Add the following to your `build.gradle` or `build.gradle.kts` file:
8383

8484
```groovy
8585
dependencies {
86-
implementation("com.vonage:server-sdk:9.8.0")
86+
implementation("com.vonage:server-sdk:9.9.0")
8787
}
8888
```
8989

@@ -94,7 +94,7 @@ Add the following to the `<dependencies>` section of your `pom.xml` file:
9494
<dependency>
9595
<groupId>com.vonage</groupId>
9696
<artifactId>server-sdk</artifactId>
97-
<version>9.8.0</version>
97+
<version>9.9.0</version>
9898
</dependency>
9999
```
100100

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.vonage</groupId>
77
<artifactId>server-sdk</artifactId>
8-
<version>9.8.0</version>
8+
<version>9.9.0</version>
99

1010
<name>Vonage Java Server SDK</name>
1111
<description>Java client for Vonage APIs</description>

src/main/java/com/vonage/client/HttpWrapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
public class HttpWrapper {
3838
private static final String
3939
CLIENT_NAME = "vonage-java-sdk",
40-
CLIENT_VERSION = "9.8.0",
40+
CLIENT_VERSION = "9.9.0",
4141
JAVA_VERSION = System.getProperty("java.version"),
4242
USER_AGENT = String.format("%s/%s java/%s", CLIENT_NAME, CLIENT_VERSION, JAVA_VERSION);
4343

0 commit comments

Comments
 (0)