Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jkroepke committed Sep 20, 2020
1 parent 68907a9 commit 863303e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion openvpn_auth_azure_ad/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.3"
__version__ = "1.2.0"

0 comments on commit 863303e

Please sign in to comment.