From 3bb8a9b52367d146e84cec32d9f4e2235a4b2fa7 Mon Sep 17 00:00:00 2001 From: Ivar Derksen Date: Wed, 27 Sep 2023 17:13:54 +0200 Subject: [PATCH] Version bump for v0.14.0 --- CHANGELOG.md | 4 +++- version.go | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0de5436a..ec5ea957 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,8 @@ 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 +## [0.14.0] - 2023-09-28 +Note for users of the `irmaclient` package (e.g. maintainers of the [Yivi app](https://github.com/privacybydesign/irmamobile)): the `KeyshareVerifyPin` function requires the renewal endpoint for the keyshare attribute to be present. Therefore, this version should first be deployed on keyshare servers before the client side can be upgraded. ### Added - Option `skipExpiryCheck` in disclosure requests to allow disclosure of expired credentials (e.g. `"skipExpiryCheck": ["irma-demo.sidn-pbdf.email"]`) - Option `host` in session request to overrule host name in IRMA QR if permission has been granted (see below) @@ -455,6 +456,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.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 [0.13.1]: https://github.com/privacybydesign/irmago/compare/v0.13.0...v0.13.1 diff --git a/version.go b/version.go index f60c11fa..995aee82 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.3" +const Version = "0.14.0"