Release version 2.7.2 (#247)

This commit is contained in:
Aron Wussler 2023-07-17 14:42:41 +02:00 committed by GitHub
parent ca02a218b8
commit b97d994962
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 13 additions and 6 deletions

View file

@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file.
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).
## [2.7.1] 2023-04-21
## [2.7.2] 2023-07-17
### Changed
- Updated underlying crypto library
### Fixed
- Ensure DecryptSessionKey returns an error for a missing key packet
## [2.7.1] 2023-04-21
### Added
- Add mobile helpers for signature verification with contexts.
## [2.7.0] 2023-04-14