diff --git a/CHANGELOG.md b/CHANGELOG.md index 58777dcf..1f60eb80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.2.0](https://www.github.com/googleapis/python-game-servers/compare/v0.1.1...v0.2.0) (2020-07-13) + + +### Features + +* add async support ([#20](https://www.github.com/googleapis/python-game-servers/issues/20)) ([952f47e](https://www.github.com/googleapis/python-game-servers/commit/952f47e2094c0246953ae537add751fe0159710b)) +* add mtls support and resource path parse methods ([#10](https://www.github.com/googleapis/python-game-servers/issues/10)) ([dabeec7](https://www.github.com/googleapis/python-game-servers/commit/dabeec79e08c52e1616e890cb3b39aac729da115)) +* add resource path parse methods ([#13](https://www.github.com/googleapis/python-game-servers/issues/13)) ([1b85e6c](https://www.github.com/googleapis/python-game-servers/commit/1b85e6c6523fc588f235fd9e320238101c63fade)) + + +### Documentation + +* add multiprocessing ([#11](https://www.github.com/googleapis/python-game-servers/issues/11)) ([3528a72](https://www.github.com/googleapis/python-game-servers/commit/3528a72c887b51b2dd0484869d028ed8f98c8c79)) + ### [0.1.1](https://www.github.com/googleapis/python-game-servers/compare/v0.1.0...v0.1.1) (2020-03-23) diff --git a/setup.py b/setup.py index 9296f996..dd7075a6 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import os import setuptools # type: ignore -version = "0.1.1" +version = "0.2.0" package_root = os.path.abspath(os.path.dirname(__file__))