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

Commit cf7e5ba

Browse files
chore(main): release 1.2.3 (#150)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <[email protected]>
1 parent fd16f2f commit cf7e5ba

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.2.3](https://github.com/googleapis/python-binary-authorization/compare/v1.2.2...v1.2.3) (2022-06-03)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** require protobuf <4.0.0dev ([#148](https://github.com/googleapis/python-binary-authorization/issues/148)) ([2768020](https://github.com/googleapis/python-binary-authorization/commit/276802072057a817993311b92111ee4f84c7505a))
9+
10+
11+
### Documentation
12+
13+
* fix changelog header to consistent size ([#149](https://github.com/googleapis/python-binary-authorization/issues/149)) ([3d3d7e4](https://github.com/googleapis/python-binary-authorization/commit/3d3d7e40793834a4d079e83d21db6ec1fe285718))
14+
315
## [1.2.2](https://github.com/googleapis/python-binary-authorization/compare/v1.2.1...v1.2.2) (2022-03-05)
416

517

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
import setuptools # type: ignore
2222

23-
version = "1.2.2"
23+
version = "1.2.3"
2424

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

0 commit comments

Comments
 (0)