Skip to content

Commit

Permalink
Bump version to 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AsamK committed Feb 27, 2024
1 parent 2424fc1 commit 0cc2da6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
# Changelog

## [Unreleased]
## [0.13.1] - 2024-02-27

### Added

- Add `--reregister` parameter to force registration of an already registered account

### Fixed

- Fixed rare issue with duplicate PNIs during migration

### Improved

- Show information when requesting voice verification without prior SMS verification
- Username can now be set with an explicit discriminator (e.g. testname.000)
- Improve behavior when PNI prekeys upload fails
- Improve `submitRateLimitChallenge` error message if captcha is rejected by server
- Only retry messages after an identity was trusted

### Changed

- Default number sharing to NOBODY, to match the official apps behavior.

## [0.13.0] - 2024-02-18

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

version = "0.13.1-SNAPSHOT"
version = "0.13.1"

java {
sourceCompatibility = JavaVersion.VERSION_21
Expand Down

0 comments on commit 0cc2da6

Please sign in to comment.