File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## Unreleased
7+ ## [ 2.5.1 ] 2022-01-24
88
99### Added
1010- Streaming API to encrypt with compression:
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package constants
33
44// Constants for armored data.
55const (
6- ArmorHeaderVersion = "GopenPGP 2.5.0 "
6+ ArmorHeaderVersion = "GopenPGP 2.5.1 "
77 ArmorHeaderComment = "https://gopenpgp.org"
88 PGPMessageHeader = "PGP MESSAGE"
99 PGPSignatureHeader = "PGP SIGNATURE"
Original file line number Diff line number Diff line change 11package constants
22
3- const Version = "2.5.0 "
3+ const Version = "2.5.1 "
You can’t perform that action at this time.
0 commit comments