From 91f8209971b3ae3fbcfa4e4aee1319b27e78455e Mon Sep 17 00:00:00 2001 From: Ivar Derksen Date: Wed, 17 Jul 2024 17:29:45 +0200 Subject: [PATCH] Version bump for v7.5.6 --- CHANGELOG.md | 12 ++++++++++-- pubspec.yaml | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eec4ab74..cd7a3950 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,19 @@ 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 + +## [7.5.6] - 2024-07-22 +### Changed +- Increase Android target and compile SDK version to 34 + ### Security -- Update go toolchain to 1.22.1 +- Update go toolchain to 1.22.5 +- Update irmago to 0.16.0 ### Internal - Bump gomobile to v0.0.0-20240213143359-d1f7d3436075 to fix failing iOS builds -- Bump irmago to 0.15.2 +- Fix failing provide-email integration test +- Phase out deprecated GitHub Actions packages ## [7.5.5] - 2023-12-18 ### Changed @@ -420,6 +427,7 @@ This release only includes iOS changes. - Log screen now shows all log items - Various bug fixes +[7.5.6]: https://github.com/privacybydesign/irmamobile/compare/v7.5.5...v7.5.6 [7.5.5]: https://github.com/privacybydesign/irmamobile/compare/v7.5.4...v7.5.5 [7.5.4]: https://github.com/privacybydesign/irmamobile/compare/v7.5.3...v7.5.4 [7.5.3]: https://github.com/privacybydesign/irmamobile/compare/v7.5.2...v7.5.3 diff --git a/pubspec.yaml b/pubspec.yaml index 026f7da7..519cb728 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.5+4194469 +version: 7.5.6+4194470 environment: sdk: ">=2.19.6 <3.0.0"