Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
chore: release 0.2.0 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jul 19, 2021
1 parent cc97609 commit aa69a65
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions 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)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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 = [
Expand Down

0 comments on commit aa69a65

Please sign in to comment.