Skip to content

Commit cb63915

Browse files
author
marinthiercelin
authored
Merge pull request #32 from ProtonMail/release/v0.0.4
Update version to v0.0.4
2 parents 4fb1029 + d95d9a6 commit cb63915

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Changelog.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog for SRP
22

3-
## Unreleased
3+
## v0.0.4 (2022-05-05)
44

55
### Added
66
* New function `Argon2PreimageChallenge` to solve new hash preimage challenges.
@@ -9,6 +9,7 @@
99
* Update `github.com/cronokirby/saferith` dependency to v0.33.0. Adds assembly routines support for more platforms
1010
* Update `ECDLPChallenge` to the new specification.
1111
* Validate that 2 is a generator for SRP moduli
12+
* Removed support for building with glide
1213

1314
## v0.0.3 (2021-12-15)
1415

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
package srp
2424

25-
const Version string = "0.0.3"
25+
const Version string = "0.0.4"
2626

2727
//VersionNumber get current libaray version
2828
func VersionNumber() string {

0 commit comments

Comments
 (0)