From abd7b151f296eef1fda2eaae2544189189d780df Mon Sep 17 00:00:00 2001 From: Schparky <3172830+Schparky@users.noreply.github.com> Date: Thu, 21 Jan 2021 16:28:03 -0700 Subject: [PATCH] add 5.4.0 to CHANGELOG --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46232468..7f1f59b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [5.4.0] +### Added +- Allow LDAP host name to be a list of hostname strings as well as a single string for backward compatibility + ## [5.3.4] ### Fixed - Improved handling of expired session on login @@ -138,7 +142,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Added - Initial version of Password Manager Backend. -[Unreleased]: https://github.com/silinternational/idp-pw-api/compare/5.3.4...HEAD +[Unreleased]: https://github.com/silinternational/idp-pw-api/compare/5.4.0..HEAD +[5.4.0]: https://github.com/silinternational/idp-pw-api/compare/5.3.4..5.4.0 [5.3.4]: https://github.com/silinternational/idp-pw-api/compare/5.3.3..5.3.4 [5.3.3]: https://github.com/silinternational/idp-pw-api/compare/5.3.2..5.3.3 [5.3.2]: https://github.com/silinternational/idp-pw-api/compare/5.3.1..5.3.2