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

Commit eacc1e1

Browse files
chore(main): release 1.5.0 (#159)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 27bd9b1 commit eacc1e1

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## [1.5.0](https://github.com/googleapis/python-managed-identities/compare/v1.4.2...v1.5.0) (2022-07-06)
4+
5+
6+
### Features
7+
8+
* add audience parameter ([27bd9b1](https://github.com/googleapis/python-managed-identities/commit/27bd9b1ed5ab0297a72203d1a03780e3c35fc7db))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** require google-api-core >= 2.8.0 ([#156](https://github.com/googleapis/python-managed-identities/issues/156)) ([27bd9b1](https://github.com/googleapis/python-managed-identities/commit/27bd9b1ed5ab0297a72203d1a03780e3c35fc7db))
14+
* require python 3.7+ ([#158](https://github.com/googleapis/python-managed-identities/issues/158)) ([f738bc7](https://github.com/googleapis/python-managed-identities/commit/f738bc74a8688172fa29bb0f0929c9dc99afc33f))
15+
316
## [1.4.2](https://github.com/googleapis/python-managed-identities/compare/v1.4.1...v1.4.2) (2022-06-03)
417

518

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import setuptools # type: ignore
2222

2323
name = "google-cloud-managed-identities"
24-
version = "1.4.2"
24+
version = "1.5.0"
2525
description = "Managed Service for Microsoft Active Directory API client library"
2626
release_status = "Development Status :: 5 - Production/Stable"
2727
url = "https://github.com/googleapis/python-managed-identities"

0 commit comments

Comments
 (0)