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

Commit

Permalink
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

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


### Features

* add always_use_jwt_access ([#14](https://www.github.com/googleapis/python-essential-contacts/issues/14)) ([66e7ee0](https://www.github.com/googleapis/python-essential-contacts/commit/66e7ee0f82527e33c708949088493ad90e634fb1))


### Bug Fixes

* disable always_use_jwt_access ([#18](https://www.github.com/googleapis/python-essential-contacts/issues/18)) ([fcc8156](https://www.github.com/googleapis/python-essential-contacts/commit/fcc815666514d9827c12507a4e601a409bce2235))


### Documentation

* omit mention of Python 2.7 in 'CONTRIBUTING.rst' ([#1127](https://www.github.com/googleapis/python-essential-contacts/issues/1127)) ([#9](https://www.github.com/googleapis/python-essential-contacts/issues/9)) ([31ae5a1](https://www.github.com/googleapis/python-essential-contacts/commit/31ae5a198e8844bfcc57283da8b26bcef17d6814)), closes [#1126](https://www.github.com/googleapis/python-essential-contacts/issues/1126)

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


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

name = "google-cloud-essential-contacts"
description = "Essential Contacts 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 b3ce585

Please sign in to comment.