diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a8d940..a42147d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### [0.6.0](https://github.com/BeyondTrust/go-client-library-passwordsafe/compare/v0.5.0...v0.6.0) / 2024-07-03 + +#### Features + +* use a struct to group validate input function parameters ([#116](https://github.com/BeyondTrust/go-client-library-passwordsafe/issues/116)) + ### [0.5.0](https://github.com/BeyondTrust/go-client-library-passwordsafe/compare/v0.4.2...v0.5.0) / 2024-04-16 #### Features diff --git a/version.txt b/version.txt index 8f0916f..a918a2a 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.5.0 +0.6.0