From 6c0799a0be84c18472349bcd8165c195f2560867 Mon Sep 17 00:00:00 2001 From: Ivar Derksen Date: Wed, 18 Oct 2023 12:11:06 +0200 Subject: [PATCH] Version bump to v0.14.1 --- CHANGELOG.md | 2 ++ version.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35f5063e..da19fb46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [0.14.1] - 2023-10-18 ### Fixed - Improve stability of database drivers by bumping their versions @@ -467,6 +468,7 @@ This release contains several large new features. In particular, the shoulder su - Combined issuance-disclosure requests with two schemes one of which has a keyshare server now work as expected - Various other bugfixes +[0.14.1]: https://github.com/privacybydesign/irmago/compare/v0.14.0...v0.14.1 [0.14.0]: https://github.com/privacybydesign/irmago/compare/v0.13.3...v0.14.0 [0.13.3]: https://github.com/privacybydesign/irmago/compare/v0.13.2...v0.13.3 [0.13.2]: https://github.com/privacybydesign/irmago/compare/v0.13.1...v0.13.2 diff --git a/version.go b/version.go index 995aee82..57244e4c 100644 --- a/version.go +++ b/version.go @@ -5,4 +5,4 @@ package irma // Version of the IRMA command line and libraries -const Version = "0.14.0" +const Version = "0.14.1"