Skip to content

Commit

Permalink
Changelog for version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
teresko committed Sep 12, 2017
1 parent 7f4bc34 commit 7976ca8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,14 @@
# Change Log
All notable changes to this project will be documented in this file.

## [1.4.0] - 2017-09-12
### Added
- New method `findEmailIdentityById()` in the `Search` service for retrieving identity by email address

### Changed
- Nonce creation now uses the `Registration` service's hash cost
- Email addresses in identities are no longer treated as case-sensitive

## [1.3.2] - 2017-07-28
### Fixed
- Bug in `loginWithPassword()` was causing password to be reset, if the cost value was changed
Expand Down Expand Up @@ -30,6 +38,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.4.0]: https://github.com/teresko/palladium/compare/v1.3.1...v1.4.0
[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
Expand Down

0 comments on commit 7976ca8

Please sign in to comment.