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 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jul 19, 2021
1 parent 8e45c7d commit 5d41dfe
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,23 @@
# Changelog

## [0.2.0](https://www.github.com/googleapis/python-private-catalog/compare/v0.1.1...v0.2.0) (2021-07-14)


### Features

* add always_use_jwt_access ([#13](https://www.github.com/googleapis/python-private-catalog/issues/13)) ([b450a8d](https://www.github.com/googleapis/python-private-catalog/commit/b450a8db1046ede62a556e110a663068840e659d))


### Bug Fixes

* disable always_use_jwt_access ([99ec8d8](https://www.github.com/googleapis/python-private-catalog/commit/99ec8d871fe4f4de895f541fbd4cac9787ef3600))
* disable always_use_jwt_access ([#17](https://www.github.com/googleapis/python-private-catalog/issues/17)) ([99ec8d8](https://www.github.com/googleapis/python-private-catalog/commit/99ec8d871fe4f4de895f541fbd4cac9787ef3600))


### Documentation

* omit mention of Python 2.7 in 'CONTRIBUTING.rst' ([#1127](https://www.github.com/googleapis/python-private-catalog/issues/1127)) ([#8](https://www.github.com/googleapis/python-private-catalog/issues/8)) ([9852586](https://www.github.com/googleapis/python-private-catalog/commit/98525867b5958ce8bf52ff2998ccff4583be14d3)), closes [#1126](https://www.github.com/googleapis/python-private-catalog/issues/1126)

### [0.1.1](https://www.github.com/googleapis/python-private-catalog/compare/v0.1.0...v0.1.1) (2021-06-16)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -19,7 +19,7 @@

name = "google-cloud-private-catalog"
description = "Private Catalog API client library"
version = "0.1.1"
version = "0.2.0"
release_status = "Development Status :: 4 - Beta"
dependencies = [
"google-api-core[grpc] >= 1.26.0, <2.0.0dev",
Expand Down

0 comments on commit 5d41dfe

Please sign in to comment.