Skip to content

Commit

Permalink
Prepare release 3.1.0 (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
lubux authored Nov 26, 2024
1 parent 8db8f36 commit d3fe807
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.1.0] 2024-11-25
### Added
- Add decryption option to allow disabling the integrity tag requirement.
- Add option to decrypt with signature keys for legacy messages.

### Changed
- Rename `profile.Custom.AllowWeakRSA` to `profile.Custom.InsecureAllowWeakRSA`
- Update go-crypto to `1.1.3`.

## [3.0.0] 2024-10-07
### Changed
- Remove `Name` field from profile.
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"
const Version = "3.1.0"

0 comments on commit d3fe807

Please sign in to comment.