Bump version

This commit is contained in:
AsamK 2020-12-31 18:07:06 +01:00
parent f1e5fc6c0b
commit a475bc50e9
2 changed files with 10 additions and 1 deletions

View file

@ -2,6 +2,15 @@
## [Unreleased]
## [0.7.2] - 2020-12-31
### Added
- Implement new registration lock PIN with `setPin` and `removePin` (with KBS)
- Include quotes, mentions and reactions in json output (Thanks @Atomic-Bean)
### Fixed
- Retrieve avatars for v2 groups
- Download attachment thumbnail for quoted attachments
## [0.7.1] - 2020-12-21
### Added
- Accept group invitation with `updateGroup -g GROUP_ID`

View file

@ -7,7 +7,7 @@ targetCompatibility = JavaVersion.VERSION_11
mainClassName = 'org.asamk.signal.Main'
version = '0.7.1'
version = '0.7.2'
compileJava.options.encoding = 'UTF-8'