From 71b38c8ea7aff288abff3b5d1afa26c9d7955bd6 Mon Sep 17 00:00:00 2001 From: Ivar Derksen Date: Wed, 15 Nov 2023 17:18:12 +0100 Subject: [PATCH] Version bump for v7.5.3 --- CHANGELOG.md | 2 ++ pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a3a88b0..7d9d748c 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 +## [7.5.3] - 2023-11-16 ### Changed - Include the cause of Android key store exceptions in Sentry reports - Do not report transport errors to Sentry when updating schemes @@ -394,6 +395,7 @@ This release only includes iOS changes. - Log screen now shows all log items - Various bug fixes +[7.5.3]: https://github.com/privacybydesign/irmamobile/compare/v7.5.2...v7.5.3 [7.5.2]: https://github.com/privacybydesign/irmamobile/compare/v7.5.1...v7.5.2 [7.5.1]: https://github.com/privacybydesign/irmamobile/compare/v7.5.0...v7.5.1 [7.5.0]: https://github.com/privacybydesign/irmamobile/compare/v7.4.2...v7.5.0 diff --git a/pubspec.yaml b/pubspec.yaml index 151ab338..45ccdeb0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: irmamobile description: IRMA Authentication # A build number cannot be reused once a build is in use on Android. -version: 7.5.2+4194466 +version: 7.5.3+4194467 environment: sdk: ">=2.19.6 <3.0.0"