Skip to content

Commit

Permalink
Prepare release v3.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lubux committed Apr 12, 2024
1 parent d221a4a commit a55a5f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ 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).

## Unreleased

## [3.0.0-alpha.2] 2024-04-12
### Added
- API to serialize KeyRings to binary data:
```go
Expand All @@ -15,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
```go
func NewKeyRingFromBinary(binKeys []byte) (*KeyRing, error)
```
- API to a create/verify plaintext detached signatures on the encryption/decryption handle instead of just encrypted detached signatures.

## [3.0.0-alpha.1] 2024-03-20
### Added
Expand All @@ -24,7 +24,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### 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.1"
const Version = "3.0.0-alpha.2"

0 comments on commit a55a5f2

Please sign in to comment.