Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mobile-build-persona committed Oct 25, 2024
1 parent 2c215e4 commit 088dfce
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions contents/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,27 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

## [v2.12.11] - 2024-10-25

### Added
- Added an option to use simulated government ID NFC data in sandbox mode to make testing in sandbox
mode easier. This option is on by default. The option can be changed by long pressing on the
sandbox button.
- Added network error logging for diagnostic purposes.

### Changed
- Update AGP to 8.3.2 and Gradle to 8.7
- Update dependencies.
- Now returning SessionTokenError for ErrorCode when inquiry is unauthorized.

### Fixed
- Fixed a bug where a loading indicator is not shown on the submit button if the submit button is
nested within a component group.
- Fixed a bug where a loading indicator is not shown if the submit button is hidden. In this case,
a loading indicator is shown on all components that support it (eg. other buttons).
- Fixed a bug where UI steps with government ID NFC will not auto-submit if the submit button is
nested within a component group.

## [v2.12.10] - 2024-09-30

### Fixed
Expand Down

0 comments on commit 088dfce

Please sign in to comment.