diff --git a/packages/google-cloud-filestore/CHANGELOG.md b/packages/google-cloud-filestore/CHANGELOG.md index 9b9aa3f36b54..4801e50fd005 100644 --- a/packages/google-cloud-filestore/CHANGELOG.md +++ b/packages/google-cloud-filestore/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.1.0](https://github.com/googleapis/python-filestore/compare/v1.0.0...v1.1.0) (2022-02-26) + + +### Features + +* add api key support ([#29](https://github.com/googleapis/python-filestore/issues/29)) ([a72a4fe](https://github.com/googleapis/python-filestore/commit/a72a4fe7f506bc3a6a43d368784b17b4e00695ff)) + + +### Bug Fixes + +* resolve DuplicateCredentialArgs error when using credentials_file ([314d78e](https://github.com/googleapis/python-filestore/commit/314d78e8e35f4a9cb03b372ec45428dc841e6681)) + ## [1.0.0](https://www.github.com/googleapis/python-filestore/compare/v0.2.1...v1.0.0) (2021-11-03) diff --git a/packages/google-cloud-filestore/setup.py b/packages/google-cloud-filestore/setup.py index 2305269c560d..addc8b74060f 100644 --- a/packages/google-cloud-filestore/setup.py +++ b/packages/google-cloud-filestore/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-filestore" description = "Filestore API client library" -version = "1.0.0" +version = "1.1.0" release_status = "Development Status :: 5 - Production/Stable" url = "https://github.com/googleapis/python-filestore" dependencies = [ @@ -69,6 +69,8 @@ "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", "Operating System :: OS Independent", "Topic :: Internet", ],