From 882a36ac41cc514c89edd128fd9bf85f4327f6dd Mon Sep 17 00:00:00 2001 From: "M. Thiercelin" Date: Thu, 5 May 2022 17:49:50 +0200 Subject: [PATCH 1/2] Update version to v0.0.4 --- Changelog.md | 2 +- version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 666fb1b..23af0ea 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,6 @@ # Changelog for SRP -## Unreleased +## v0.0.4 (2022-05-05) ### Added * New function `Argon2PreimageChallenge` to solve new hash preimage challenges. diff --git a/version.go b/version.go index 643eaee..1e87281 100644 --- a/version.go +++ b/version.go @@ -22,7 +22,7 @@ package srp -const Version string = "0.0.3" +const Version string = "0.0.4" //VersionNumber get current libaray version func VersionNumber() string { From d95d9a6ebb7c89e5d7b404af778f30a3463b1059 Mon Sep 17 00:00:00 2001 From: "M. Thiercelin" Date: Thu, 5 May 2022 17:57:48 +0200 Subject: [PATCH 2/2] Update changelog --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index 23af0ea..d5d2967 100644 --- a/Changelog.md +++ b/Changelog.md @@ -9,6 +9,7 @@ * Update `github.com/cronokirby/saferith` dependency to v0.33.0. Adds assembly routines support for more platforms * Update `ECDLPChallenge` to the new specification. * Validate that 2 is a generator for SRP moduli +* Removed support for building with glide ## v0.0.3 (2021-12-15)