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 to v0.16.0 #384

Merged
merged 1 commit into from
Jul 17, 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: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.16.0] - 2024-07-17
### Added
- Option to configure client mtls redis cert and key for `irma server`, `irma keyshare server` and `irma keyshare myirmaserver`

### Security
- Update go toolchain to 1.22.5
- Update github.com/hashicorp/go-retryablehttp dependency from 0.7.1 to 0.7.7

### Internal
- Phase out deprecated GitHub Actions packages

## [0.15.2] - 2024-03-19
### Security
- Update go toolchain to 1.22.1
Expand Down Expand Up @@ -508,6 +519,7 @@ This release contains several large new features. In particular, the shoulder su
- Combined issuance-disclosure requests with two schemes one of which has a keyshare server now work as expected
- Various other bugfixes

[0.16.0]: https://github.com/privacybydesign/irmago/compare/v0.15.2...v0.16.0
[0.15.2]: https://github.com/privacybydesign/irmago/compare/v0.15.1...v0.15.2
[0.15.1]: https://github.com/privacybydesign/irmago/compare/v0.15.0...v0.15.1
[0.15.0]: https://github.com/privacybydesign/irmago/compare/v0.14.2...v0.15.0
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
package irma

// Version of the IRMA command line and libraries
const Version = "0.15.2"
const Version = "0.16.0"
Loading