Skip to content

Commit 83481eb

Browse files
committed
Changelog
1 parent 64add0a commit 83481eb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [0.9.5]
8+
9+
### Changed
10+
11+
* signOut() Method parameter $accessToken -> $idToken to prevent confusion about access and id tokens usage. #127
12+
713
## [0.9.4]
814

915
### Added
@@ -103,7 +109,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
103109
* Support for providers that has a different login URL from the issuer URL, for instance Azure Active Directory. Here, the provider URL is on the format: https://login.windows.net/(tenant-id), while the issuer claim actually is on the format: https://sts.windows.net/(tenant-id).
104110

105111
### Changed
106-
* signOut() Method parameter $accessToken -> $idToken to prevent confusion about access and id tokens usage. #127
107112
* refreshToken method update #124
108113

109114
### Removed

0 commit comments

Comments
 (0)