Skip to content

Commit

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

## [Unreleased]

## [0.12.1] - 2023-08-26

### Added

- New `addStickerPack` command

### Fixed
- Fixed some issues with upgrading from older accounts

### Changed
- Reverted receive notification in JSON-RPC to old format, only explicit subscriptions should use the new format

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

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.25"
}

version = "0.12.0"
version = "0.12.1"

java {
sourceCompatibility = JavaVersion.VERSION_17
Expand Down

0 comments on commit 6ecda07

Please sign in to comment.