Skip to content

Commit

Permalink
chore(main): release 1.2.0 (#89)
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] authored Jul 14, 2022
1 parent fd13674 commit ac88307
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions packages/google-cloud-filestore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.2.0](https://github.com/googleapis/python-filestore/compare/v1.1.3...v1.2.0) (2022-07-14)


### Features

* add audience parameter ([061c4e6](https://github.com/googleapis/python-filestore/commit/061c4e66c1a5d70f5b3e087b373b5ee986ad79d3))


### Bug Fixes

* **deps:** require google-api-core>=1.32.0,>=2.8.0 ([#86](https://github.com/googleapis/python-filestore/issues/86)) ([061c4e6](https://github.com/googleapis/python-filestore/commit/061c4e66c1a5d70f5b3e087b373b5ee986ad79d3))
* require python 3.7+ ([#88](https://github.com/googleapis/python-filestore/issues/88)) ([990fe7a](https://github.com/googleapis/python-filestore/commit/990fe7a5fac7f896ae1012b5f3b043e4769718cd))

## [1.1.3](https://github.com/googleapis/python-filestore/compare/v1.1.2...v1.1.3) (2022-06-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-filestore/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

name = "google-cloud-filestore"
description = "Filestore API client library"
version = "1.1.3"
version = "1.2.0"
release_status = "Development Status :: 5 - Production/Stable"
url = "https://github.com/googleapis/python-filestore"
dependencies = [
Expand Down

0 comments on commit ac88307

Please sign in to comment.