Skip to content

Commit 8a9f9f8

Browse files
authored
Release version 2.1.0 (#96)
1 parent 371d429 commit 8a9f9f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
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.1.0] 2020-11-04
88
### Security
99
- Updated underlying crypto library
1010

constants/armor.go

+1-1
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.0.1"
6+
ArmorHeaderVersion = "GopenPGP 2.1.0"
77
ArmorHeaderComment = "https://gopenpgp.org"
88
PGPMessageHeader = "PGP MESSAGE"
99
PGPSignatureHeader = "PGP SIGNATURE"

0 commit comments

Comments
 (0)