From 428f039b288949c34531d423b866aadb2801ca33 Mon Sep 17 00:00:00 2001 From: Ivar Derksen Date: Mon, 18 Dec 2023 10:49:07 +0100 Subject: [PATCH] Version bump to v0.15.1 --- CHANGELOG.md | 3 +++ version.go | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c33d165..06e04a61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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 + +## [0.15.1] - 2023-12-18 ### Fixed - `RemoveScheme` function in `irmaclient` already stripping storage before checking whether the scheme is in assets @@ -498,6 +500,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.15.1]: https://github.com/privacybydesign/irmago/compare/v0.15.0...v0.15.1 [0.15.0]: https://github.com/privacybydesign/irmago/compare/v0.14.2...v0.15.0 [0.14.2]: https://github.com/privacybydesign/irmago/compare/v0.14.1...v0.14.2 [0.14.1]: https://github.com/privacybydesign/irmago/compare/v0.14.0...v0.14.1 diff --git a/version.go b/version.go index 0d5a8d32..7d39c076 100644 --- a/version.go +++ b/version.go @@ -5,4 +5,4 @@ package irma // Version of the IRMA command line and libraries -const Version = "0.15.0" +const Version = "0.15.1"