Skip to content

Commit 9a99940

Browse files
chore(main): release 1.1.3 (#145)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <[email protected]>
1 parent c55c5df commit 9a99940

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

packages/google-cloud-domains/CHANGELOG.md

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

3+
## [1.1.3](https://github.com/googleapis/python-domains/compare/v1.1.2...v1.1.3) (2022-06-03)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** require protobuf <4.0.0dev ([#144](https://github.com/googleapis/python-domains/issues/144)) ([672ff97](https://github.com/googleapis/python-domains/commit/672ff979ff60527eeda83597bccf77201200119c))
9+
10+
11+
### Documentation
12+
13+
* fix changelog header to consistent size ([#143](https://github.com/googleapis/python-domains/issues/143)) ([00a732d](https://github.com/googleapis/python-domains/commit/00a732d48739196fd891053725a73e3dd6eef570))
14+
315
## [1.1.2](https://github.com/googleapis/python-domains/compare/v1.1.1...v1.1.2) (2022-05-05)
416

517

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.2"
23+
version = "1.1.3"
2424

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

0 commit comments

Comments
 (0)