Skip to content

Commit

Permalink
chore: Prepare pre-relese v3.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lubux committed Mar 20, 2024
1 parent b679cde commit d4f7e12
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +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).

## [3.0.0-alpha.1] 2024-03-20
### Added
- Allow to override algorithm in key generation
- Always create a verification result on signature verification

### Changed
- Update ProtonMail/go-crypto to 1.1.0-alpha.2


## [3.0.0-alpha.0] 2024-01-18
### Added
- New simplified API that is not backward compatible.
Expand Down
2 changes: 1 addition & 1 deletion constants/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package constants

const Version = "3.0.0-alpha.0"
const Version = "3.0.0-alpha.1"

0 comments on commit d4f7e12

Please sign in to comment.