From aa69a6574255585562a84b647d9b419da281fd59 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 19 Jul 2021 11:30:08 +0000 Subject: [PATCH] chore: release 0.2.0 (#12) :robot: I have created a release \*beep\* \*boop\* --- ## [0.2.0](https://www.github.com/googleapis/python-dms/compare/v0.1.0...v0.2.0) (2021-07-14) ### Features * add always_use_jwt_access ([#11](https://www.github.com/googleapis/python-dms/issues/11)) ([9890aff](https://www.github.com/googleapis/python-dms/commit/9890aff9f9eea86bca8222335da86477874df630)) ### Bug Fixes * disable always_use_jwt_access ([#15](https://www.github.com/googleapis/python-dms/issues/15)) ([5c8155e](https://www.github.com/googleapis/python-dms/commit/5c8155ed1b4c490a87ba4d2de25377aa3a55aff1)) ### Documentation * omit mention of Python 2.7 in 'CONTRIBUTING.rst' ([#1127](https://www.github.com/googleapis/python-dms/issues/1127)) ([#6](https://www.github.com/googleapis/python-dms/issues/6)) ([37e10ea](https://www.github.com/googleapis/python-dms/commit/37e10ea0acbdc4d595461acd2f82e5d30856b70f)), closes [#1126](https://www.github.com/googleapis/python-dms/issues/1126) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 17 +++++++++++++++++ setup.py | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e6c1be..bc08c08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.2.0](https://www.github.com/googleapis/python-dms/compare/v0.1.0...v0.2.0) (2021-07-14) + + +### Features + +* add always_use_jwt_access ([#11](https://www.github.com/googleapis/python-dms/issues/11)) ([9890aff](https://www.github.com/googleapis/python-dms/commit/9890aff9f9eea86bca8222335da86477874df630)) + + +### Bug Fixes + +* disable always_use_jwt_access ([#15](https://www.github.com/googleapis/python-dms/issues/15)) ([5c8155e](https://www.github.com/googleapis/python-dms/commit/5c8155ed1b4c490a87ba4d2de25377aa3a55aff1)) + + +### Documentation + +* omit mention of Python 2.7 in 'CONTRIBUTING.rst' ([#1127](https://www.github.com/googleapis/python-dms/issues/1127)) ([#6](https://www.github.com/googleapis/python-dms/issues/6)) ([37e10ea](https://www.github.com/googleapis/python-dms/commit/37e10ea0acbdc4d595461acd2f82e5d30856b70f)), closes [#1126](https://www.github.com/googleapis/python-dms/issues/1126) + ## 0.1.0 (2021-06-13) diff --git a/setup.py b/setup.py index 40379c3..43bdb30 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-dms" description = "Cloud Database Migration Service client library" -version = "0.1.0" +version = "0.2.0" release_status = "Development Status :: 4 - Beta" url = "https://github.com/googleapis/python-dms" dependencies = [