diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7fda7864d225..b07922c862dc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog
+## 0.191.1
+
+google/cloud-container-analysis 0.2.6
+
+
+
+### 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))
+
+
+
## 0.191.0
google/analytics-admin 0.7.0
diff --git a/ContainerAnalysis/VERSION b/ContainerAnalysis/VERSION
index 3a4036fb450f..53a75d673557 100644
--- a/ContainerAnalysis/VERSION
+++ b/ContainerAnalysis/VERSION
@@ -1 +1 @@
-0.2.5
+0.2.6
diff --git a/composer.json b/composer.json
index dbe4068b0b8e..236ac3803632 100644
--- a/composer.json
+++ b/composer.json
@@ -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",
diff --git a/docs/manifest.json b/docs/manifest.json
index 290ead4dd99f..5480126151f5 100644
--- a/docs/manifest.json
+++ b/docs/manifest.json
@@ -11,6 +11,7 @@
"name": "google/cloud",
"defaultService": "servicebuilder",
"versions": [
+ "v0.191.1",
"v0.191.0",
"v0.190.0",
"v0.189.0",
@@ -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",
diff --git a/src/ServiceBuilder.php b/src/ServiceBuilder.php
index 56a1a4b30bbc..530b940552d6 100644
--- a/src/ServiceBuilder.php
+++ b/src/ServiceBuilder.php
@@ -30,5 +30,5 @@ class ServiceBuilder extends CoreServiceBuilder
/**
* @deprecated
*/
- const VERSION = '0.191.0';
+ const VERSION = '0.191.1';
}
diff --git a/src/Version.php b/src/Version.php
index b94232fb8f64..c43a5e67676f 100644
--- a/src/Version.php
+++ b/src/Version.php
@@ -22,5 +22,5 @@
*/
class Version
{
- const VERSION = '0.191.0';
+ const VERSION = '0.191.1';
}