From 0413d4b1780e4499eafc97103a9faba7a675b8e8 Mon Sep 17 00:00:00 2001 From: Bobby DeSimone Date: Wed, 4 Dec 2019 22:28:10 -0800 Subject: [PATCH] v0.5.2 Signed-off-by: Bobby DeSimone --- VERSION | 2 +- docs/docs/CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index a076e7fbe..7ac342416 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.5.1 \ No newline at end of file +v0.5.2 \ No newline at end of file diff --git a/docs/docs/CHANGELOG.md b/docs/docs/CHANGELOG.md index 4d9a829f5..1c118be98 100644 --- a/docs/docs/CHANGELOG.md +++ b/docs/docs/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v0.5.2 + +### Fixed + +- Route sessions match the upstream identity provider's expiry. [GH-416] + ## v0.5.1 ### Fixed @@ -350,3 +356,4 @@ [gh-338]: https://github.com/pomerium/pomerium/issues/338 [gh-363]: https://github.com/pomerium/pomerium/issues/363 [gh-376]: https://github.com/pomerium/pomerium/pull/376/ +[gh-416]: https://github.com/pomerium/pomerium/pull/416/