From 3ef2a67d6cb65ea1e130b153208a1f0f06810de5 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
 <55107282+release-please[bot]@users.noreply.github.com>
Date: Mon, 26 Sep 2022 15:28:15 +0000
Subject: [PATCH] chore(main): release 0.2.3 (#25)

:robot: I have created a release *beep* *boop*
---


## [0.2.3](https://github.com/googleapis/nodejs-run/compare/v0.2.2...v0.2.3) (2022-09-14)


### Bug Fixes

* Allow passing gax instance to client constructor ([#24](https://github.com/googleapis/nodejs-run/issues/24)) ([91e2ac5](https://github.com/googleapis/nodejs-run/commit/91e2ac501ccca33172181831a46b0f4e43b34a8d))
* Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/nodejs-run/issues/1553)) ([#23](https://github.com/googleapis/nodejs-run/issues/23)) ([acda49f](https://github.com/googleapis/nodejs-run/commit/acda49f96c44771c1576f19bdcfb9945d6bffb86))
* Preserve default values in x-goog-request-params header ([#26](https://github.com/googleapis/nodejs-run/issues/26)) ([debc1eb](https://github.com/googleapis/nodejs-run/commit/debc1eb94c06bf38af391dc7574691444fe2ed93))
* use google-gax v3.3.0 ([acda49f](https://github.com/googleapis/nodejs-run/commit/acda49f96c44771c1576f19bdcfb9945d6bffb86))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
---
 CHANGELOG.md                                           | 10 ++++++++++
 package.json                                           |  2 +-
 .../v2/snippet_metadata.google.cloud.run.v2.json       |  2 +-
 samples/package.json                                   |  2 +-
 4 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index c9fb81e..981f152 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,15 @@
 # Changelog
 
+## [0.2.3](https://github.com/googleapis/nodejs-run/compare/v0.2.2...v0.2.3) (2022-09-14)
+
+
+### Bug Fixes
+
+* Allow passing gax instance to client constructor ([#24](https://github.com/googleapis/nodejs-run/issues/24)) ([91e2ac5](https://github.com/googleapis/nodejs-run/commit/91e2ac501ccca33172181831a46b0f4e43b34a8d))
+* Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/nodejs-run/issues/1553)) ([#23](https://github.com/googleapis/nodejs-run/issues/23)) ([acda49f](https://github.com/googleapis/nodejs-run/commit/acda49f96c44771c1576f19bdcfb9945d6bffb86))
+* Preserve default values in x-goog-request-params header ([#26](https://github.com/googleapis/nodejs-run/issues/26)) ([debc1eb](https://github.com/googleapis/nodejs-run/commit/debc1eb94c06bf38af391dc7574691444fe2ed93))
+* use google-gax v3.3.0 ([acda49f](https://github.com/googleapis/nodejs-run/commit/acda49f96c44771c1576f19bdcfb9945d6bffb86))
+
 ## [0.2.2](https://github.com/googleapis/nodejs-run/compare/v0.2.1...v0.2.2) (2022-08-23)
 
 
diff --git a/package.json b/package.json
index 9369d4c..0ed94de 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@google-cloud/run",
-  "version": "0.2.2",
+  "version": "0.2.3",
   "description": "Cloud Run Admin API",
   "repository": "googleapis/nodejs-run",
   "license": "Apache-2.0",
diff --git a/samples/generated/v2/snippet_metadata.google.cloud.run.v2.json b/samples/generated/v2/snippet_metadata.google.cloud.run.v2.json
index 1e42b9f..f8d6d4d 100644
--- a/samples/generated/v2/snippet_metadata.google.cloud.run.v2.json
+++ b/samples/generated/v2/snippet_metadata.google.cloud.run.v2.json
@@ -1,7 +1,7 @@
 {
     "clientLibrary": {
         "name": "nodejs-run",
-        "version": "0.2.2",
+        "version": "0.2.3",
         "language": "TYPESCRIPT",
         "apis": [
             {
diff --git a/samples/package.json b/samples/package.json
index c755cbb..ac68921 100644
--- a/samples/package.json
+++ b/samples/package.json
@@ -13,7 +13,7 @@
     "test": "c8 mocha --timeout 600000 test/*.js"
   },
   "dependencies": {
-    "@google-cloud/run": "^0.2.2"
+    "@google-cloud/run": "^0.2.3"
   },
   "devDependencies": {
     "c8": "^7.1.0",