Skip to content

Commit

Permalink
chore(main): release 0.199.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Mar 10, 2023
1 parent 1253f4b commit 68a412a
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog

## 0.199.1

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



### Bug Fixes

* **deps:** Update dependency google/grafeas to ^0.5.0 ([#5947](https://github.com/googleapis/google-cloud-php/issues/5947)) ([1253f4b](https://github.com/googleapis/google-cloud-php/commit/1253f4bf02744344e7a01789b0c8a2c399857896))

</details>

## 0.199.0

<details><summary>google/cloud-ai-platform 0.13.0</summary>
Expand Down
2 changes: 1 addition & 1 deletion ContainerAnalysis/VERSION
@@ -1 +1 @@
0.2.10
0.2.11
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -118,7 +118,7 @@
"google/cloud-compute": "1.7.1",
"google/cloud-contact-center-insights": "1.1.0",
"google/cloud-container": "1.10.2",
"google/cloud-container-analysis": "0.2.10",
"google/cloud-container-analysis": "0.2.11",
"google/cloud-core": "1.49.2",
"google/cloud-data-catalog": "1.3.9",
"google/cloud-data-fusion": "0.2.9",
Expand Down
2 changes: 2 additions & 0 deletions docs/manifest.json
Expand Up @@ -11,6 +11,7 @@
"name": "google/cloud",
"defaultService": "servicebuilder",
"versions": [
"v0.199.1",
"v0.199.0",
"v0.198.0",
"v0.197.0",
Expand Down Expand Up @@ -1262,6 +1263,7 @@
"name": "google/cloud-container-analysis",
"defaultService": "containeranalysis/readme",
"versions": [
"v0.2.11",
"v0.2.10",
"v0.2.9",
"v0.2.8",
Expand Down
2 changes: 1 addition & 1 deletion src/ServiceBuilder.php
Expand Up @@ -30,5 +30,5 @@ class ServiceBuilder extends CoreServiceBuilder
/**
* @deprecated
*/
const VERSION = '0.199.0';
const VERSION = '0.199.1';
}
2 changes: 1 addition & 1 deletion src/Version.php
Expand Up @@ -22,5 +22,5 @@
*/
class Version
{
const VERSION = '0.199.0';
const VERSION = '0.199.1';
}

0 comments on commit 68a412a

Please sign in to comment.