Skip to content

Commit

Permalink
updated version number and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
bjinwright committed Nov 25, 2017
1 parent 90e4210 commit 42670b1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# History

## 0.6.0

- Renamed boto3 argument, fixes aws_access_key error
- Confirm user registration as admin without needing a confirmation code.
- Added helper function _add_secret_hash, DRY
- Added support for registering a user with a ClientSecret

## 0.5.0

- Added support for app clients with a generated secret.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
install_reqs = parse_requirements('requirements.txt', session=False)
test_reqs = parse_requirements('requirements_test.txt', session=False)

version = '0.5.0'
version = '0.6.0'

README="""Python class to integrate Boto3's Cognito client so it is easy to login users. With SRP support."""

Expand Down

0 comments on commit 42670b1

Please sign in to comment.