diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9880f7a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,23 @@ +# Changelog + +All notable changes to this project will be documented in this file, in reverse chronological order by release. + +## 1.3.2 - 2016-06-24 + +### Added + +- Nothing. + +### Deprecated + +- Nothing. + +### Removed + +- Nothing. + +### Fixed + +- [#120](https://github.com/zfcampus/zf-oauth2/pull/120) fixes a typo in the + `ZF\OAuth2\Provider\UserId\AuthenticationService` which prevented returning of + the user identifier.