diff --git a/CHANGELOG.md b/CHANGELOG.md index 6158a01..651e8e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +### [0.1.2](https://www.github.com/googleapis/python-datastream/compare/v0.1.1...v0.1.2) (2021-07-29) + + +### Bug Fixes + +* enable self signed jwt for grpc ([#11](https://www.github.com/googleapis/python-datastream/issues/11)) ([a292c8d](https://www.github.com/googleapis/python-datastream/commit/a292c8d97ad80d30108731b32575e12e324c48b5)) + + +### Documentation + +* add Samples section to CONTRIBUTING.rst ([#7](https://www.github.com/googleapis/python-datastream/issues/7)) ([2159aa8](https://www.github.com/googleapis/python-datastream/commit/2159aa82a0f17398540e65c6167f728fd0b2981c)) + + +### Miscellaneous Chores + +* release as 0.1.2 ([#12](https://www.github.com/googleapis/python-datastream/issues/12)) ([15998c2](https://www.github.com/googleapis/python-datastream/commit/15998c223864ac8d6b2442f66ed42f19e1dc62ea)) + ### [0.1.1](https://www.github.com/googleapis/python-datastream/compare/v0.1.0...v0.1.1) (2021-07-21) diff --git a/setup.py b/setup.py index 62d391e..df0be69 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-datastream" description = "Datastream client library" -version = "0.1.1" +version = "0.1.2" release_status = "Development Status :: 3 - Alpha" url = "https://github.com/googleapis/python-datastream" dependencies = [