Skip to content

Commit

Permalink
Bump version to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AsamK committed Aug 10, 2023
1 parent 9a63f97 commit 29923cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased]

## [0.12.0] - 2023-08-11
**Attention**: Now requires native libsignal-client version 0.30.0

### Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id("org.graalvm.buildtools.native") version "0.9.24"
}

version = "0.11.11"
version = "0.12.0"

java {
sourceCompatibility = JavaVersion.VERSION_17
Expand Down

0 comments on commit 29923cf

Please sign in to comment.