Skip to content

Commit

Permalink
chore(main): release 0.200.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Mar 25, 2023
1 parent 95c6627 commit f720a21
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.200.1

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



### Bug Fixes

* **deps:** Update dependency google/grafeas to ^0.6.0 ([#6002](https://github.com/googleapis/google-cloud-php/issues/6002)) ([f49d287](https://github.com/googleapis/google-cloud-php/commit/f49d287a3ac2d0d877ae2ecb75020c39f0fbb2fd))

</details>

## 0.200.0

<details><summary>google/cloud-alloydb 0.1.1</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.11
0.2.12
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"google/cloud-compute": "1.8.0",
"google/cloud-contact-center-insights": "1.1.0",
"google/cloud-container": "1.10.3",
"google/cloud-container-analysis": "0.2.11",
"google/cloud-container-analysis": "0.2.12",
"google/cloud-core": "1.49.3",
"google/cloud-data-catalog": "1.4.0",
"google/cloud-data-fusion": "0.2.9",
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.200.1",
"v0.200.0",
"v0.199.0",
"v0.198.0",
Expand Down Expand Up @@ -1275,6 +1276,7 @@
"name": "google/cloud-container-analysis",
"defaultService": "containeranalysis/readme",
"versions": [
"v0.2.12",
"v0.2.11",
"v0.2.10",
"v0.2.9",
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.200.0';
const VERSION = '0.200.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.200.0';
const VERSION = '0.200.1';
}

0 comments on commit f720a21

Please sign in to comment.