From 863303ef1fa7ba4fec850d083211363d2e75358d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Otto=20Kr=C3=B6pke?= Date: Sun, 20 Sep 2020 17:17:01 +0200 Subject: [PATCH] Release 1.2.0 --- CHANGELOG.md | 5 ++++- openvpn_auth_azure_ad/_version.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc2f512..df13ff9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.2.0] - 2020-09-20 ### Added +- Add validation between client certificate and id_token + ### Changed ### Removed @@ -67,6 +69,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - First release [unreleased]: https://github.com/jkroepke/openvpn-auth-azure-ad/compare/v1.1.3...HEAD +[1.2.0]: https://github.com/jkroepke/openvpn-auth-azure-ad/releases/tag/v1.1.3 [1.1.3]: https://github.com/jkroepke/openvpn-auth-azure-ad/releases/tag/v1.1.3 [1.1.2]: https://github.com/jkroepke/openvpn-auth-azure-ad/releases/tag/v1.1.2 [1.1.1]: https://github.com/jkroepke/openvpn-auth-azure-ad/releases/tag/v1.1.1 diff --git a/openvpn_auth_azure_ad/_version.py b/openvpn_auth_azure_ad/_version.py index 0b2f79d..c68196d 100644 --- a/openvpn_auth_azure_ad/_version.py +++ b/openvpn_auth_azure_ad/_version.py @@ -1 +1 @@ -__version__ = "1.1.3" +__version__ = "1.2.0"