Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickfav committed Jul 11, 2018
1 parent 2eef4d3 commit ae5fbd2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Releases

## v0.5.0

* [Security] a user provided password was NOT used for the creation of the secret key #11 (thx @davidmigloz)
* various small fixes cleaning memory from security relevant data (internal keys, salts, etc.)
* fix minSdk to be 19 instead of 21

### Known Issues

* currently the AES mode GCM does not work correctly on Kitkat, working on a fix
* currently migration is needed if user password was used (will add a migration guide later)

## v0.4.3

* better exception clean up with resources and some byte wipe
Expand Down

0 comments on commit ae5fbd2

Please sign in to comment.