From 988448b000d24c3d0adbe8cd2148456b84a98492 Mon Sep 17 00:00:00 2001 From: Sander Hollaar Date: Tue, 22 Aug 2023 15:20:47 +0200 Subject: [PATCH] Version bump for v0.13.2 --- CHANGELOG.md | 2 ++ version.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf9f355d..ed5c8808 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.2] - 2023-08-22 ### Changed - Remove mail header 'Content-Transfer-Encoding: binary' The header gets converted to 'Content-Transfer-Encoding: quoted-printable' causing 'arc=fail (body hash mismatch)' with gmail @@ -402,6 +403,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.2]: https://github.com/privacybydesign/irmago/compare/v0.13.1...v0.13.2 [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 diff --git a/version.go b/version.go index 18b91d9d..6bd8c962 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.1" +const Version = "0.13.2"