Skip to content

Commit

Permalink
[TOOLSLIBS-1830] 6.3.0 release prep (#206)
Browse files Browse the repository at this point in the history
* release version 6.3.0 prep

* typo fix
  • Loading branch information
aschuman0 authored Apr 30, 2024
1 parent d1636c2 commit 8084f43
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# urbanairship changelog

## 6.3.0

- Adds Support for OAuth2 Authentication
- Adds new client classes for BasicAuth, BearerTokenAuth, and OAuth
- Deprecates the Airship client class in favor of the new client classes

## 6.2.0

- Adds Support for iOS Live Activity and Android Live Update
Expand Down
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ Web Push to a tag
History
=======

* 6.3 Support for OAuth2 Authentication. Adds new clients module and class.
* 6.0 Support for Bearer Token Authentication. Removes support for Python 2.
* 5.0 Support for SMS and Email messages. See changelog for other updates.
* 4.0 Support for Automation, removed Feedback
Expand Down
2 changes: 1 addition & 1 deletion urbanairship/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "6.2.0"
__version__ = "6.3.0"

0 comments on commit 8084f43

Please sign in to comment.