diff --git a/CHANGELOG.md b/CHANGELOG.md index 49faa5e4..eed4bb8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.0](https://www.github.com/googleapis/python-game-servers/compare/v0.5.0...v1.0.0) (2021-06-30) + + +### Features + +* bump release level to production/stable ([#120](https://www.github.com/googleapis/python-game-servers/issues/120)) ([7abb7bb](https://www.github.com/googleapis/python-game-servers/commit/7abb7bb281c9cd1bbd94a9aa08690f6ed2faf349)) + ## [0.5.0](https://www.github.com/googleapis/python-game-servers/compare/v0.4.2...v0.5.0) (2021-06-30) diff --git a/setup.py b/setup.py index fc3ae0ca..5da5289d 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import os import setuptools # type: ignore -version = "0.5.0" +version = "1.0.0" package_root = os.path.abspath(os.path.dirname(__file__))