From 72efdec2f1befe534a88edf462f160448fcb8438 Mon Sep 17 00:00:00 2001 From: Mathieu Hinderyckx Date: Mon, 3 Feb 2020 19:49:22 +0100 Subject: [PATCH] bugfix release v0.6.2 --- CHANGELOG.md | 6 ++++++ djangosaml2idp/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eed39a6..97ab729 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.6.2] - 2020-02-03 + +Bugfix release, thanks to contributions from [@mjholtkamp](https://github.com/mjholtkamp) in [#54](https://github.com/OTA-Insight/djangosaml2idp/pull/54), +[#55](https://github.com/OTA-Insight/djangosaml2idp/pull/55), and +[#56](https://github.com/OTA-Insight/djangosaml2idp/pull/56) + ## [0.6.1] - 2019-12-13 Many thanks for contributions to [@askvortsov1](https://github.com/askvortsov1) and [@peppelinux](https://github.com/peppelinux) for the contributions in this release diff --git a/djangosaml2idp/__init__.py b/djangosaml2idp/__init__.py index 8411e55..aece342 100644 --- a/djangosaml2idp/__init__.py +++ b/djangosaml2idp/__init__.py @@ -1 +1 @@ -__version__ = '0.6.1' +__version__ = '0.6.2'