diff --git a/CHANGELOG.md b/CHANGELOG.md index 02c92cc..69b16c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [3.1.1] - 2023-09-12 + ### Fixed - Deleting an e-mail address results in an error @@ -46,6 +48,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Merge pull request #9 from privacybydesign/firefox-fix - Fix: remove invalid fallback URL to solve issues on Firefox for Android +[3.1.1]: https://github.com/privacybydesign/irma_keyshare_webclient/compare/v3.0.0...v3.1.1 [3.1.0]: https://github.com/privacybydesign/irma_keyshare_webclient/compare/v3.0.0...v3.1.0 [3.0.0]: https://github.com/privacybydesign/irma_keyshare_webclient/compare/v2.0.3...v3.0.0 [2.0.3]: https://github.com/privacybydesign/irma_keyshare_webclient/compare/v2.0.2...v2.0.3 diff --git a/package.json b/package.json index ea0ff3b..fa16085 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "myirma", - "version": "3.1.0", + "version": "3.1.1", "private": true, "dependencies": { "@privacybydesign/yivi-frontend": "^0.1.0",