diff --git a/Changelog.md b/Changelog.md index 95f23fc..35e3f3a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,6 @@ # Changelog for SRP -## Unrealeased +## v0.0.2 (2021-10-05) ### Added * Add a `Version` property to `Auth` struct to let the client access the version number used diff --git a/version.go b/version.go index 61a4dc3..a6ce937 100644 --- a/version.go +++ b/version.go @@ -22,7 +22,7 @@ package srp -const Version string = "0.0.1" +const Version string = "0.0.2" //VersionNumber get current libaray version func VersionNumber() string {