Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version bump for v7.5.6 #283

Merged
merged 1 commit into from
Jul 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down