chore: Prepare pre-release v2.8.0-beta.0 (#302)

This commit is contained in:
Lukas Burkhalter 2024-10-01 16:55:59 +02:00 committed by GitHub
parent 1136c7d026
commit 5ec8559b90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 12 additions and 5 deletions

View file

@ -4,6 +4,13 @@ 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.8.0-beta.0] 2024-10-01
### Added
- Add `GetSHA256Fingerprint` method to `Key`.
### Changed
- Update go-crypto to `1.1.0-beta.0`.
## [2.8.0-alpha.1] 2024-04-09
### Added