Skip to content

Commit 2adafdb

Browse files
author
marinthiercelin
authored
Merge pull request #209 from ProtonMail/release-2.5.1
Release gopengp v2.5.1
2 parents c9bf4fb + b3e7082 commit 2adafdb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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:

constants/armor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package constants
33

44
// Constants for armored data.
55
const (
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"

constants/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package constants
22

3-
const Version = "2.5.0"
3+
const Version = "2.5.1"

0 commit comments

Comments
 (0)