We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f88109d + 6bf4464 commit 5d72240Copy full SHA for 5d72240
Changelog.md
@@ -1,5 +1,10 @@
1
# Changelog for SRP
2
3
+## v0.0.3 (2021-12-15)
4
+
5
+## Fixed
6
+* Fix the hash generation for users with SRP legacy authentication version 0.
7
8
## v0.0.2 (2021-10-05)
9
10
### Added
version.go
@@ -22,7 +22,7 @@
22
23
package srp
24
25
-const Version string = "0.0.2"
+const Version string = "0.0.3"
26
27
//VersionNumber get current libaray version
28
func VersionNumber() string {
0 commit comments