Skip to content

Commit 3cecf83

Browse files
chore(main): release 1.2.0 (#156)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 4dc1b28 commit 3cecf83

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

packages/google-cloud-domains/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.2.0](https://github.com/googleapis/python-domains/compare/v1.1.3...v1.2.0) (2022-07-14)
4+
5+
6+
### Features
7+
8+
* add audience parameter ([1f81100](https://github.com/googleapis/python-domains/commit/1f811006bf8610a3b99bc42db360f40749e4f9f5))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** require google-api-core>=1.32.0,>=2.8.0 ([#153](https://github.com/googleapis/python-domains/issues/153)) ([1f81100](https://github.com/googleapis/python-domains/commit/1f811006bf8610a3b99bc42db360f40749e4f9f5))
14+
* require python 3.7+ ([#155](https://github.com/googleapis/python-domains/issues/155)) ([c072c18](https://github.com/googleapis/python-domains/commit/c072c181d93eb12dd5ede96030dd27c21d597da8))
15+
316
## [1.1.3](https://github.com/googleapis/python-domains/compare/v1.1.2...v1.1.3) (2022-06-03)
417

518

packages/google-cloud-domains/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 = "1.1.3"
23+
version = "1.2.0"
2424

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

0 commit comments

Comments
 (0)