From 6093df57b9ced005fb00f861aaed899b32590f26 Mon Sep 17 00:00:00 2001 From: "M. Thiercelin" Date: Thu, 26 Jan 2023 12:24:05 +0100 Subject: [PATCH] Prepare release of version 2.5.2 --- CHANGELOG.md | 4 ++++ constants/armor.go | 2 +- constants/version.go | 2 +- go.mod | 3 +-- go.sum | 1 - 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52e8eded..882507f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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). +## [2.5.2] 2022-01-25 +# Changed +- Update `github.com/ProtonMail/go-crypto` to the latest version + ## [2.5.1] 2022-01-24 ### Added diff --git a/constants/armor.go b/constants/armor.go index 9beda83a..403d27a1 100644 --- a/constants/armor.go +++ b/constants/armor.go @@ -3,7 +3,7 @@ package constants // Constants for armored data. const ( - ArmorHeaderVersion = "GopenPGP 2.5.1" + ArmorHeaderVersion = "GopenPGP 2.5.2" ArmorHeaderComment = "https://gopenpgp.org" PGPMessageHeader = "PGP MESSAGE" PGPSignatureHeader = "PGP SIGNATURE" diff --git a/constants/version.go b/constants/version.go index 5e79c3c3..4be2851a 100644 --- a/constants/version.go +++ b/constants/version.go @@ -1,3 +1,3 @@ package constants -const Version = "2.5.1" +const Version = "2.5.2" diff --git a/go.mod b/go.mod index 4c1d14ac..bfca9865 100644 --- a/go.mod +++ b/go.mod @@ -8,9 +8,8 @@ require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/pkg/errors v0.9.1 github.com/stretchr/testify v1.7.0 - golang.org/x/mobile v0.0.0-20200801112145-973feb4309de //indirect golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 - golang.org/x/exp v0.0.0-20190731235908-ec7cb31e5a56 // indirect + golang.org/x/mobile v0.0.0-20221110043201-43a038452099 // indirect ) replace golang.org/x/mobile => github.com/ProtonMail/go-mobile v0.0.0-20210326110230-f181c70e4e2b diff --git a/go.sum b/go.sum index 3fc64313..115d161e 100644 --- a/go.sum +++ b/go.sum @@ -1,4 +1,3 @@ -github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802 h1:1BDTz0u9nC3//pOCMdNH+CiXJVYJh5UQNCOBG7jbELc= github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo= github.com/ProtonMail/go-crypto v0.0.0-20230124153114-0acdc8ae009b h1:1DHH9haxfhaVM8owXQjLdn7UP4AkDfzSdiRoLdcSCqE= github.com/ProtonMail/go-crypto v0.0.0-20230124153114-0acdc8ae009b/go.mod h1:I0gYDMZ6Z5GRU7l58bNFSkPTFN6Yl12dsUlAZ8xy98g=