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

Commit b49be1d

Browse files
chore(main): release 0.12.0 (#293)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent ffc88ce commit b49be1d

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.11.2"
2+
".": "0.12.0"
33
}

CHANGELOG.md

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

3+
## [0.12.0](https://github.com/googleapis/python-analytics-admin/compare/v0.11.2...v0.12.0) (2022-11-07)
4+
5+
6+
### Features
7+
8+
* add support for `google.analytics.admin.__version__` ([380b426](https://github.com/googleapis/python-analytics-admin/commit/380b4264003b17b802b7099b98837694cd0b87d1))
9+
10+
11+
### Bug Fixes
12+
13+
* Add dict typing for client_options ([380b426](https://github.com/googleapis/python-analytics-admin/commit/380b4264003b17b802b7099b98837694cd0b87d1))
14+
15+
16+
### Documentation
17+
18+
* Add a sample for runAccessReport method ([#289](https://github.com/googleapis/python-analytics-admin/issues/289)) ([6aa8f8c](https://github.com/googleapis/python-analytics-admin/commit/6aa8f8c6fe1a2c208e601cd21521b76645430ec4))
19+
320
## [0.11.2](https://github.com/googleapis/python-analytics-admin/compare/v0.11.1...v0.11.2) (2022-10-10)
421

522

google/analytics/admin/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.11.2" # {x-release-please-version}
16+
__version__ = "0.12.0" # {x-release-please-version}

0 commit comments

Comments
 (0)