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

Commit

Permalink
chore(main): release 1.4.0 (#132)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Jul 14, 2022
1 parent 256aec4 commit 51df9bf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.4.0](https://github.com/googleapis/python-dms/compare/v1.3.2...v1.4.0) (2022-07-14)


### Features

* add audience parameter ([256aec4](https://github.com/googleapis/python-dms/commit/256aec45fe7b5e0e11e336e9560b88a85cd5c65f))


### Bug Fixes

* **deps:** require google-api-core>=1.32.0,>=2.8.0 ([#129](https://github.com/googleapis/python-dms/issues/129)) ([256aec4](https://github.com/googleapis/python-dms/commit/256aec45fe7b5e0e11e336e9560b88a85cd5c65f))
* require python 3.7+ ([#131](https://github.com/googleapis/python-dms/issues/131)) ([83822f1](https://github.com/googleapis/python-dms/commit/83822f13d600dc36158ef8b62217e6e3544d9b87))

## [1.3.2](https://github.com/googleapis/python-dms/compare/v1.3.1...v1.3.2) (2022-06-03)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

name = "google-cloud-dms"
description = "Cloud Database Migration Service client library"
version = "1.3.2"
version = "1.4.0"
release_status = "Development Status :: 5 - Production/Stable"
url = "https://github.com/googleapis/python-dms"
dependencies = [
Expand Down

0 comments on commit 51df9bf

Please sign in to comment.