From beec37d95ffd3890fc72ad3dce728c4d31641877 Mon Sep 17 00:00:00 2001 From: Andrew Millington Date: Mon, 21 May 2018 14:58:56 +0100 Subject: [PATCH 1/3] Modify changelog for 7.1.1 release --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcac3bfd..6b2cadef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [7.1.1] - released 2018-05-21 + ### Fixed - No longer set a WWW-Authenticate header for invalid clients if the client did not send an Authorization header in the original request From fc55621f2017c039ce03dbad815901c8723cf3cb Mon Sep 17 00:00:00 2001 From: Andrew Millington Date: Mon, 21 May 2018 15:00:06 +0100 Subject: [PATCH 2/3] Add link to 7.1.1 release in changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b2cadef..37474b66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -390,6 +390,7 @@ Version 5 is a complete code rewrite. - First major release [Unreleased]: https://github.com/thephpleague/oauth2-server/compare/7.0.0...HEAD +[7.1.1]: https://github.com/thephpleague/oauth2-server/compare/7.1.0...7.1.1 [7.1.0]: https://github.com/thephpleague/oauth2-server/compare/7.0.0...7.1.0 [7.0.0]: https://github.com/thephpleague/oauth2-server/compare/6.1.1...7.0.0 [6.1.1]: https://github.com/thephpleague/oauth2-server/compare/6.0.0...6.1.1 From 2e47fa7fcad3b207cfbefa0a0e26af00445f3906 Mon Sep 17 00:00:00 2001 From: Andrew Millington Date: Mon, 21 May 2018 15:01:37 +0100 Subject: [PATCH 3/3] Add PR reference --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37474b66..b3f974a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [7.1.1] - released 2018-05-21 ### Fixed -- No longer set a WWW-Authenticate header for invalid clients if the client did not send an Authorization header in the original request +- No longer set a WWW-Authenticate header for invalid clients if the client did not send an Authorization header in the original request (PR #902) ## [7.1.0] - released 2018-04-22