Skip to content

Commit e9a973a

Browse files
committed
Update changelog.
1 parent 959aef5 commit e9a973a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.5.3] - 2022-05-16
810
### Fixed
911

1012
- `initialize()` middleware extends request with `login()`, `logIn()`,
@@ -48,6 +50,7 @@ eliminating a race condition in situations where `initialize()` middleware is
4850
used multiple times in an application with `userProperty` set to different
4951
values.
5052

51-
[Unreleased]: https://github.com/jaredhanson/passport/compare/v0.5.2...HEAD
53+
[Unreleased]: https://github.com/jaredhanson/passport/compare/v0.5.3...HEAD
54+
[0.5.3]: https://github.com/jaredhanson/passport/compare/v0.5.2...v0.5.3
5255
[0.5.2]: https://github.com/jaredhanson/passport/compare/v0.5.1...v0.5.2
5356
[0.5.1]: https://github.com/jaredhanson/passport/compare/v0.5.0...v0.5.1

0 commit comments

Comments
 (0)