Skip to content

Commit

Permalink
updated changelog and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
IamMayankThakur committed Oct 24, 2023
1 parent e6f4516 commit 2e0c6e4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [0.16.6] - 2023-10-24

- Fixed server error in `sign_in_up` API
- There was a bug in case where the API was called with just oAuth tokens without passing the `redirect_uri_info`.

## [0.16.5] - 2023-10-23

- Relaxed constraint on `pyJWT` dependency.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@

setup(
name="supertokens_python",
version="0.16.5",
version="0.16.6",
author="SuperTokens",
license="Apache 2.0",
author_email="team@supertokens.com",
Expand Down
2 changes: 1 addition & 1 deletion supertokens_python/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from __future__ import annotations

SUPPORTED_CDI_VERSIONS = ["3.0"]
VERSION = "0.16.5"
VERSION = "0.16.6"
TELEMETRY = "/telemetry"
USER_COUNT = "/users/count"
USER_DELETE = "/user/remove"
Expand Down

0 comments on commit 2e0c6e4

Please sign in to comment.