Skip to content

Commit

Permalink
chore(main): release 1.1.3 (#145)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
release-please[bot] and parthea authored Jun 7, 2022
1 parent c55c5df commit 9a99940
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/google-cloud-domains/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.1.3](https://github.com/googleapis/python-domains/compare/v1.1.2...v1.1.3) (2022-06-03)


### Bug Fixes

* **deps:** require protobuf <4.0.0dev ([#144](https://github.com/googleapis/python-domains/issues/144)) ([672ff97](https://github.com/googleapis/python-domains/commit/672ff979ff60527eeda83597bccf77201200119c))


### Documentation

* fix changelog header to consistent size ([#143](https://github.com/googleapis/python-domains/issues/143)) ([00a732d](https://github.com/googleapis/python-domains/commit/00a732d48739196fd891053725a73e3dd6eef570))

## [1.1.2](https://github.com/googleapis/python-domains/compare/v1.1.1...v1.1.2) (2022-05-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-domains/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

import setuptools # type: ignore

version = "1.1.2"
version = "1.1.3"

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

Expand Down

0 comments on commit 9a99940

Please sign in to comment.