Bump version to 0.12.0

This commit is contained in:
AsamK 2023-08-11 00:41:46 +02:00
parent 9a63f97a19
commit 29923cf930
2 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,8 @@
# Changelog # Changelog
## [Unreleased] ## [Unreleased]
## [0.12.0] - 2023-08-11
**Attention**: Now requires native libsignal-client version 0.30.0 **Attention**: Now requires native libsignal-client version 0.30.0
### Breaking changes ### Breaking changes

View file

@ -6,7 +6,7 @@ plugins {
id("org.graalvm.buildtools.native") version "0.9.24" id("org.graalvm.buildtools.native") version "0.9.24"
} }
version = "0.11.11" version = "0.12.0"
java { java {
sourceCompatibility = JavaVersion.VERSION_17 sourceCompatibility = JavaVersion.VERSION_17