diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dc24c8..035a266 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,43 @@ * As of v1.4.0 release candidates will be published in an effort to get new features out faster while still allowing time for full QA testing before moving the release candidate to a full release. +## v1.6.1 [2023-12-18] +#### What's New +* None + +#### Enhancements +* None + +#### Bug Fixes +* Fixes issue when an authentication token has been invalidated on the server side by discarding local credentials and re-authenticating +* Send proper logout type based on the type of user (local or SAML) + +#### Dependencies +* None + +#### Other +* Additional debug logging related to the authentication process +* Remove logic for "safe token expiration" now that CLI and Browser tokens are shared +* Switch to extracting expiration time from the JWT instead of calculating based on auth time + session duration + + +## v1.6.1rc6 [2023-12-18] +#### What's New +* None + +#### Enhancements +* None + +#### Bug Fixes +* None + +#### Dependencies +* None + +#### Other +* Additional debug logging related to the authentication process + + ## v1.6.1rc5 [2023-12-15] #### What's New * None @@ -18,6 +55,7 @@ #### Other * Additional debug logging related to the authentication process + ## v1.6.1rc4 [2023-12-14] #### What's New * None @@ -68,6 +106,7 @@ #### Other * Additional logging when entering a login/logout loop + ## v1.6.1rc1 [2023-12-07] #### What's New * None @@ -76,7 +115,7 @@ * None #### Bug Fixes -* Fixes issue when and authentication token has been invalidated on the server side by auto-logging out the user from the CLI and re-authenticating +* Fixes issue when an authentication token has been invalidated on the server side by auto-logging out the user from the CLI and re-authenticating #### Dependencies * None diff --git a/setup.cfg b/setup.cfg index e7f8d71..ecfd7d8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pybritive -version = 1.6.1rc6 +version = 1.6.1 author = Britive Inc. author_email = support@britive.com description = A pure Python CLI for Britive