Skip to content

Commit

Permalink
build: Bump Java SDK to 8.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SMadani committed Jul 9, 2024
1 parent a3b952b commit 8526707
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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/).

## [0.4.0] - 2024-07-??

### Added
- TODO


## [0.3.0] - 2024-07-08

### Added
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.vonage</groupId>
<artifactId>server-sdk-kotlin</artifactId>
<version>0.3.0</version>
<version>0.4.0</version>

<packaging>jar</packaging>
<name>Vonage Kotlin Server SDK</name>
Expand Down Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>com.vonage</groupId>
<artifactId>server-sdk</artifactId>
<version>8.9.0</version>
<version>8.9.1</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
Expand Down

0 comments on commit 8526707

Please sign in to comment.