Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.

Commit 13900d0

Browse files
chore(main): release 0.11.0 (#266)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent ec0d212 commit 13900d0

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.11.0](https://github.com/googleapis/python-analytics-admin/compare/v0.10.1...v0.11.0) (2022-09-12)
4+
5+
6+
### Features
7+
8+
* Enable REST transport support ([#265](https://github.com/googleapis/python-analytics-admin/issues/265)) ([c220210](https://github.com/googleapis/python-analytics-admin/commit/c220210adf0093a1257d8e91209488c1dec7602b))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** require google-api-core>=1.33.0,>=2.8.0 ([c220210](https://github.com/googleapis/python-analytics-admin/commit/c220210adf0093a1257d8e91209488c1dec7602b))
14+
* **deps:** require protobuf >= 3.20.1 ([c220210](https://github.com/googleapis/python-analytics-admin/commit/c220210adf0093a1257d8e91209488c1dec7602b))
15+
316
## [0.10.1](https://github.com/googleapis/python-analytics-admin/compare/v0.10.0...v0.10.1) (2022-08-11)
417

518

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
import setuptools # type: ignore
2222

23-
version = "0.10.1"
23+
version = "0.11.0"
2424

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

0 commit comments

Comments
 (0)