Skip to content

Commit

Permalink
Bump version to 0.6.0; update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
pilaf committed Jun 20, 2023
1 parent 6ae5966 commit a29fe32
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
## Changelog for aws-cognito-srp-ruby

### 0.6.0 (June 20, 2023)

* Added support for MFA (@suketa)

### 0.5.0 (February 14❤︎, 2023)

* Added support for `client_secret`
* Added support for `client_secret` (@suketa)

### 0.4.0 (October 1, 2021)

Expand Down
2 changes: 1 addition & 1 deletion lib/aws/cognito_srp/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Aws
class CognitoSrp
VERSION = "0.5.0"
VERSION = "0.6.0"
end
end

0 comments on commit a29fe32

Please sign in to comment.