From 0fc695bbfdcecf4367c6a19909e3beb46ece0da0 Mon Sep 17 00:00:00 2001 From: Bob Hageman Date: Wed, 16 Aug 2023 08:34:50 +0200 Subject: [PATCH] Version bump for v0.13.1 (#330) --- CHANGELOG.md | 2 ++ version.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23aa8842..1ed82fe9 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.13.1] - 2023-08-16 ### Fixed - Invalid amount of arguments in query scan when e-mail revalidation is disabled @@ -397,6 +398,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.13.1]: https://github.com/privacybydesign/irmago/compare/v0.13.0...v0.13.1 [0.13.0]: https://github.com/privacybydesign/irmago/compare/v0.12.6...v0.13.0 [0.12.6]: https://github.com/privacybydesign/irmago/compare/v0.12.5...v0.12.6 [0.12.5]: https://github.com/privacybydesign/irmago/compare/v0.12.4...v0.12.5 diff --git a/version.go b/version.go index 79058a00..18b91d9d 100644 --- a/version.go +++ b/version.go @@ -5,4 +5,4 @@ package irma // Version of the IRMA command line and libraries -const Version = "0.13.0" +const Version = "0.13.1"