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 (#10)
Browse files Browse the repository at this point in the history
🤖 I have created a release \*beep\* \*boop\* 
---
## [0.2.0](https://www.github.com/googleapis/python-channel/compare/v0.1.0...v0.2.0) (2021-02-11)


### Features

* add Pub/Sub endpoints for Cloud Channnel API ([#9](https://www.github.com/googleapis/python-channel/issues/9)) ([2c483c8](https://www.github.com/googleapis/python-channel/commit/2c483c8ec24bba25fdea7a1f46d3d5396fe2076a))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] committed Feb 11, 2021
1 parent 2c483c8 commit d4e31c8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

## [0.2.0](https://www.github.com/googleapis/python-channel/compare/v0.1.0...v0.2.0) (2021-02-11)


### Features

* add Pub/Sub endpoints for Cloud Channnel API ([#9](https://www.github.com/googleapis/python-channel/issues/9)) ([2c483c8](https://www.github.com/googleapis/python-channel/commit/2c483c8ec24bba25fdea7a1f46d3d5396fe2076a))

## 0.1.0 (2021-01-14)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -19,7 +19,7 @@
import os
import setuptools # type: ignore

version = "0.1.0"
version = "0.2.0"

package_root = os.path.abspath(os.path.dirname(__file__))

Expand Down

0 comments on commit d4e31c8

Please sign in to comment.