Bump version

This commit is contained in:
AsamK 2021-01-19 17:31:10 +01:00
parent 6f4b171683
commit d50db1d671
2 changed files with 10 additions and 1 deletions

View file

@ -2,6 +2,15 @@
## [Unreleased] ## [Unreleased]
## [0.7.4] - 2021-01-19
### Changed
- Notify linked devices after profile has been updated
### Fixes
- After registering a new account, receiving messages didn't work
You may have to register and verify again to fix the issue.
- Creating v1 groups works again
## [0.7.3] - 2021-01-17 ## [0.7.3] - 2021-01-17
### Added ### Added
- `getUserStatus` command to check if a user is registered on Signal (Thanks @Atomic-Bean) - `getUserStatus` command to check if a user is registered on Signal (Thanks @Atomic-Bean)

View file

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