Skip to content

Commit 3052bb4

Browse files
committed
Update changelog.
1 parent 42630cb commit 3052bb4

File tree

2 files changed

+9
-220
lines changed

2 files changed

+9
-220
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.6.0] - 2022-05-20
10+
### Security
11+
12+
- Improved robustness against session fixation attacks in cases where there is
13+
physical access to the same system or the application is susceptible to
14+
cross-site scripting (XSS).
15+
916
## [0.5.3] - 2022-05-16
1017
### Fixed
1118

@@ -50,7 +57,8 @@ eliminating a race condition in situations where `initialize()` middleware is
5057
used multiple times in an application with `userProperty` set to different
5158
values.
5259

53-
[Unreleased]: https://github.com/jaredhanson/passport/compare/v0.5.3...HEAD
60+
[Unreleased]: https://github.com/jaredhanson/passport/compare/v0.6.0...HEAD
61+
[0.6.0]: https://github.com/jaredhanson/passport/compare/v0.5.3...v0.6.0
5462
[0.5.3]: https://github.com/jaredhanson/passport/compare/v0.5.2...v0.5.3
5563
[0.5.2]: https://github.com/jaredhanson/passport/compare/v0.5.1...v0.5.2
5664
[0.5.1]: https://github.com/jaredhanson/passport/compare/v0.5.0...v0.5.1

package-lock.json

Lines changed: 0 additions & 219 deletions
This file was deleted.

0 commit comments

Comments
 (0)