Skip to content

Commit

Permalink
chore(main): release 1.11.1 (#307)
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 committed Aug 20, 2024
1 parent cb21045 commit e6ddd78
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.11.0"
".": "1.11.1"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.11.1](https://github.com/googleapis/python-org-policy/compare/v1.11.0...v1.11.1) (2024-08-13)


### Bug Fixes

* **deps:** Require protobuf&gt;=3.20.2, protobuf&lt;6 ([078feca](https://github.com/googleapis/python-org-policy/commit/078fecaf4fe644de2cbdaccff35da3055e306696))
* Regenerate pb2 files for compatibility with protobuf 5.x ([078feca](https://github.com/googleapis/python-org-policy/commit/078fecaf4fe644de2cbdaccff35da3055e306696))
* Retry and timeout values do not propagate in requests during pagination ([8820e49](https://github.com/googleapis/python-org-policy/commit/8820e49bfb80f5a1d482e943dc2684f7092b67f4))

## [1.11.0](https://github.com/googleapis/python-org-policy/compare/v1.10.0...v1.11.0) (2024-03-28)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/orgpolicy/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.11.0" # {x-release-please-version}
__version__ = "1.11.1" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/orgpolicy_v2/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.11.0" # {x-release-please-version}
__version__ = "1.11.1" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-org-policy",
"version": "0.1.0"
"version": "1.11.1"
},
"snippets": [
{
Expand Down

0 comments on commit e6ddd78

Please sign in to comment.