diff --git a/CHANGELOG.md b/CHANGELOG.md index becce01..9dcd0ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Change Log All notable changes to this project will be documented in this file. +## [1.3.2] - 2017-07-28 +### Fixed +- Bug in `loginWithPassword()` was causing password to be reset, if the cost value was changed + ## [1.3.1] - 2017-07-03 ### Fixed - Mistake in the `Identity` mapper causing causing SQL syntax error, when attempting to delete @@ -26,6 +30,7 @@ All notable changes to this project will be documented in this file. ### Changed - In service `Search` the `findNonceIdentityByNonce()` was renamed to `findNonceIdentityByIdentifier()` to fix the inconsistency in the naming. +[1.3.2]: https://github.com/teresko/palladium/compare/v1.3.1...v1.3.2 [1.3.1]: https://github.com/teresko/palladium/compare/v1.3.0...v1.3.1 [1.3.0]: https://github.com/teresko/palladium/compare/v1.2.0...v1.3.0 [1.2.0]: https://github.com/teresko/palladium/compare/v1.1.0...v1.2.0