Skip to content

Commit 8084f43

Browse files
authored
[TOOLSLIBS-1830] 6.3.0 release prep (#206)
* release version 6.3.0 prep * typo fix
1 parent d1636c2 commit 8084f43

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# urbanairship changelog
22

3+
## 6.3.0
4+
5+
- Adds Support for OAuth2 Authentication
6+
- Adds new client classes for BasicAuth, BearerTokenAuth, and OAuth
7+
- Deprecates the Airship client class in favor of the new client classes
8+
39
## 6.2.0
410

511
- Adds Support for iOS Live Activity and Android Live Update

README.rst

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ Web Push to a tag
7474
History
7575
=======
7676

77+
* 6.3 Support for OAuth2 Authentication. Adds new clients module and class.
7778
* 6.0 Support for Bearer Token Authentication. Removes support for Python 2.
7879
* 5.0 Support for SMS and Email messages. See changelog for other updates.
7980
* 4.0 Support for Automation, removed Feedback

urbanairship/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "6.2.0"
1+
__version__ = "6.3.0"

0 commit comments

Comments
 (0)