From 327c139801615951ac92fa962060864fe4e83290 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 19:21:57 +0000 Subject: [PATCH] chore(main): release 0.14.0 --- CHANGELOG.md | 13 +++++++++++++ setup.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d24f6fe..e9f8b3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.14.0](https://github.com/googleapis/python-analytics-data/compare/v0.13.2...v0.14.0) (2022-09-19) + + +### Features + +* Add support for REST transport ([#290](https://github.com/googleapis/python-analytics-data/issues/290)) ([1e4f58e](https://github.com/googleapis/python-analytics-data/commit/1e4f58e60668dc590e7c91f9997b9eb2bdf0b948)) + + +### Bug Fixes + +* **deps:** require google-api-core>=1.33.1,>=2.8.0 ([1e4f58e](https://github.com/googleapis/python-analytics-data/commit/1e4f58e60668dc590e7c91f9997b9eb2bdf0b948)) +* **deps:** require protobuf >= 3.20.1 ([1e4f58e](https://github.com/googleapis/python-analytics-data/commit/1e4f58e60668dc590e7c91f9997b9eb2bdf0b948)) + ## [0.13.2](https://github.com/googleapis/python-analytics-data/compare/v0.13.1...v0.13.2) (2022-08-11) diff --git a/setup.py b/setup.py index 5ced225..2de985c 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import os import setuptools # type: ignore -version = "0.13.2" +version = "0.14.0" package_root = os.path.abspath(os.path.dirname(__file__))