Skip to content

Commit

Permalink
chore(main): release 0.191.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Oct 17, 2022
1 parent 2d71737 commit 3a36449
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 0.191.1

<details><summary>google/cloud-container-analysis 0.2.6</summary>



### Bug Fixes

* **deps:** Update dependency google/grafeas to ^0.4.0 ([#5555](https://github.com/googleapis/google-cloud-php/issues/5555)) ([76b1809](https://github.com/googleapis/google-cloud-php/commit/76b180933c909487b8602d5ad5d9d2562c9a3eaf))

</details>

## 0.191.0

<details><summary>google/analytics-admin 0.7.0</summary>
Expand Down
2 changes: 1 addition & 1 deletion ContainerAnalysis/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.5
0.2.6
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"google/cloud-compute": "1.3.0",
"google/cloud-contact-center-insights": "0.2.8",
"google/cloud-container": "1.7.1",
"google/cloud-container-analysis": "0.2.5",
"google/cloud-container-analysis": "0.2.6",
"google/cloud-core": "1.47.3",
"google/cloud-data-catalog": "1.3.5",
"google/cloud-data-fusion": "0.2.5",
Expand Down
2 changes: 2 additions & 0 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"name": "google/cloud",
"defaultService": "servicebuilder",
"versions": [
"v0.191.1",
"v0.191.0",
"v0.190.0",
"v0.189.0",
Expand Down Expand Up @@ -1038,6 +1039,7 @@
"name": "google/cloud-container-analysis",
"defaultService": "containeranalysis/readme",
"versions": [
"v0.2.6",
"v0.2.5",
"v0.2.4",
"v0.2.3",
Expand Down
2 changes: 1 addition & 1 deletion src/ServiceBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ class ServiceBuilder extends CoreServiceBuilder
/**
* @deprecated
*/
const VERSION = '0.191.0';
const VERSION = '0.191.1';
}
2 changes: 1 addition & 1 deletion src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
*/
class Version
{
const VERSION = '0.191.0';
const VERSION = '0.191.1';
}

0 comments on commit 3a36449

Please sign in to comment.