chore(main): release 2.7.0 (#241)

diff --git a/v2/.release-please-manifest.json b/v2/.release-please-manifest.json
index 7ea75bf..d88960b 100644
--- a/v2/.release-please-manifest.json
+++ b/v2/.release-please-manifest.json
@@ -1,3 +1,3 @@
 {
-    "v2": "2.6.0"
+    "v2": "2.7.0"
 }
diff --git a/v2/CHANGES.md b/v2/CHANGES.md
index fb8463a..b75170f 100644
--- a/v2/CHANGES.md
+++ b/v2/CHANGES.md
@@ -1,5 +1,13 @@
 # Changelog
 
+## [2.7.0](https://github.com/googleapis/gax-go/compare/v2.6.0...v2.7.0) (2022-11-02)
+
+
+### Features
+
+* update google.golang.org/api to latest ([#240](https://github.com/googleapis/gax-go/issues/240)) ([f690a02](https://github.com/googleapis/gax-go/commit/f690a02c806a2903bdee943ede3a58e3a331ebd6))
+* **v2/apierror:** add apierror.FromWrappingError ([#238](https://github.com/googleapis/gax-go/issues/238)) ([9dbd96d](https://github.com/googleapis/gax-go/commit/9dbd96d59b9d54ceb7c025513aa8c1a9d727382f))
+
 ## [2.6.0](https://github.com/googleapis/gax-go/compare/v2.5.1...v2.6.0) (2022-10-13)
 
 
diff --git a/v2/internal/version.go b/v2/internal/version.go
index 065312e..0ba5da1 100644
--- a/v2/internal/version.go
+++ b/v2/internal/version.go
@@ -30,4 +30,4 @@
 package internal
 
 // Version is the current tagged release of the library.
-const Version = "2.6.0"
+const Version = "2.7.0"