Skip to content

Commit

Permalink
chore(main): release 1.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Nov 10, 2023
1 parent 4bcec9c commit 7253a57
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 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.24.0"
".": "1.25.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.25.0](https://github.com/googleapis/google-cloud-java/compare/v1.24.0...v1.25.0) (2023-11-10)


### Bug Fixes

* use path wildcards in java-iam owlbot yaml ([#10050](https://github.com/googleapis/google-cloud-java/issues/10050)) ([f89e45a](https://github.com/googleapis/google-cloud-java/commit/f89e45a3d72d85e8ec9720f54b8bf36de1a4e332))

## [1.24.0](https://github.com/googleapis/google-cloud-java/compare/v1.23.0...v1.24.0) (2023-11-06)


Expand Down
19 changes: 18 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"repository": "googleapis/google-cloud-java",
"entries": [
{
"changes": [
{
"type": "fix",
"sha": "f89e45a3d72d85e8ec9720f54b8bf36de1a4e332",
"message": "use path wildcards in java-iam owlbot yaml",
"issues": [
"10050"
]
}
],
"version": "1.25.0",
"language": "JAVA",
"artifactName": "com.google.cloud:google-iam-policy",
"id": "f5eeab8b-13fb-49ef-84b7-46e4f1964b28",
"createTime": "2023-11-10T18:45:26.110Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -12776,5 +12793,5 @@
"createTime": "2023-02-03T16:27:23.198Z"
}
],
"updateTime": "2023-11-06T13:34:06.106Z"
"updateTime": "2023-11-10T18:45:26.110Z"
}

0 comments on commit 7253a57

Please sign in to comment.