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
@@ -1,5 +1,22 @@
# Changelog

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


### Features

* add always_use_jwt_access ([#9](https://www.github.com/googleapis/python-eventarc/issues/9)) ([2ce20e8](https://www.github.com/googleapis/python-eventarc/commit/2ce20e89a2d15b43e6f72bdcec1741013d1442f2))


### Bug Fixes

* disable always_use_jwt_access ([#13](https://www.github.com/googleapis/python-eventarc/issues/13)) ([d4db355](https://www.github.com/googleapis/python-eventarc/commit/d4db35506e0e0ef4feec76260b3eda4e6ebb8b38))


### Documentation

* omit mention of Python 2.7 in 'CONTRIBUTING.rst' ([#1127](https://www.github.com/googleapis/python-eventarc/issues/1127)) ([#4](https://www.github.com/googleapis/python-eventarc/issues/4)) ([18a491d](https://www.github.com/googleapis/python-eventarc/commit/18a491de894bede3d1d675c0bbc884def6eaaf6d))

## 0.1.0 (2021-06-15)


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

name = "google-cloud-eventarc"
description = "Eventarc API client library"
version = "0.1.0"
version = "0.2.0"
release_status = "Development Status :: 4 - Beta"
url = "https://github.com/googleapis/python-eventarc"
dependencies = [
Expand Down

0 comments on commit 35468bd

Please sign in to comment.