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

Commit

Permalink
chore(main): release 3.7.0 (#292)
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 Feb 28, 2022
1 parent a8fadcd commit 34b2623
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@

[1]: https://pypi.org/project/google-cloud-datacatalog/#history

## [3.7.0](https://github.com/googleapis/python-datacatalog/compare/v3.6.2...v3.7.0) (2022-02-28)


### Features

* add api key support ([#291](https://github.com/googleapis/python-datacatalog/issues/291)) ([7d8c3bc](https://github.com/googleapis/python-datacatalog/commit/7d8c3bc9bf540d3e5c0b0bd80a619792162c4fe2))
* Add methods and messages related to business context feature ([650ad39](https://github.com/googleapis/python-datacatalog/commit/650ad39b6620c764ea64f5c0f2498a0ea387a834))
* Add methods and messages related to starring feature ([#297](https://github.com/googleapis/python-datacatalog/issues/297)) ([650ad39](https://github.com/googleapis/python-datacatalog/commit/650ad39b6620c764ea64f5c0f2498a0ea387a834))


### Bug Fixes

* **deps:** move libcst to extras ([#300](https://github.com/googleapis/python-datacatalog/issues/300)) ([eaf1ad6](https://github.com/googleapis/python-datacatalog/commit/eaf1ad6c4c15781b0a19a2dc5a3c67966279cbaa))
* resolve DuplicateCredentialArgs error when using credentials_file ([18b7f51](https://github.com/googleapis/python-datacatalog/commit/18b7f517abc8b15c64763c430b8c51bd2f7e993c))


### Documentation

* add autogenerated code snippets ([650ad39](https://github.com/googleapis/python-datacatalog/commit/650ad39b6620c764ea64f5c0f2498a0ea387a834))

### [3.6.2](https://www.github.com/googleapis/python-datacatalog/compare/v3.6.1...v3.6.2) (2022-01-10)


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-datacatalog"
description = "Google Cloud Data Catalog API API client library"
version = "3.6.2"
version = "3.7.0"
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
Expand Down

0 comments on commit 34b2623

Please sign in to comment.