Skip to content

Commit

Permalink
Bump version to 0.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
AsamK committed Nov 21, 2023
1 parent 73ea287 commit dd2e5c6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog

## [Unreleased]
## [0.12.5] - 2023-10-22

### Fixes
- Fix issue with joining groups by group link for new accounts
- Fix receiving address of shared contact
- Fix receiving sync edit messages in groups

### Changed
- Create safety numbers based on ACI instead of phone number

## [0.12.4] - 2023-10-22

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

version = "0.12.4"
version = "0.12.5"

java {
sourceCompatibility = JavaVersion.VERSION_17
Expand Down

0 comments on commit dd2e5c6

Please sign in to comment.