Bump version to 0.13.1

This commit is contained in:
AsamK 2024-02-27 18:18:30 +01:00
parent 2424fc1f53
commit 0cc2da690a
2 changed files with 22 additions and 2 deletions

View file

@ -1,6 +1,26 @@
# Changelog # 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 ## [0.13.0] - 2024-02-18

View file

@ -6,7 +6,7 @@ plugins {
id("org.graalvm.buildtools.native") version "0.10.1" id("org.graalvm.buildtools.native") version "0.10.1"
} }
version = "0.13.1-SNAPSHOT" version = "0.13.1"
java { java {
sourceCompatibility = JavaVersion.VERSION_21 sourceCompatibility = JavaVersion.VERSION_21