Bump version
This commit is contained in:
parent
8d7e533196
commit
0702159596
10
CHANGELOG.md
10
CHANGELOG.md
@ -2,6 +2,16 @@
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.11.6] - 2022-12-18
|
||||
|
||||
### Added
|
||||
- Allow using data URIs for updateGroup/updateProfile
|
||||
- New alive check endpoint for http daemon (Thanks @ced-b)
|
||||
|
||||
### Fixed
|
||||
- Registration with voice verification now works if no system locale is set
|
||||
- Fixed retrieving attachments in JSON RPC mode (Thanks @ced-b)
|
||||
|
||||
## [0.11.5.1] - 2022-11-09
|
||||
|
||||
### Fixed
|
||||
|
@ -6,7 +6,7 @@ plugins {
|
||||
id("org.graalvm.buildtools.native") version "0.9.19"
|
||||
}
|
||||
|
||||
version = "0.11.5.1"
|
||||
version = "0.11.6"
|
||||
|
||||
java {
|
||||
sourceCompatibility = JavaVersion.VERSION_17
|
||||
|
Loading…
x
Reference in New Issue
Block a user