chore(main): release orchestration 1.1.0 (#5566)

diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json
index 2a5c7e5..4f3ba5b 100644
--- a/.release-please-manifest-submodules.json
+++ b/.release-please-manifest-submodules.json
@@ -65,7 +65,7 @@
   "networkmanagement": "1.0.0",
   "networksecurity": "0.2.0",
   "notebooks": "0.1.0",
-  "orchestration": "1.0.0",
+  "orchestration": "1.1.0",
   "orgpolicy": "1.0.0",
   "osconfig": "1.3.0",
   "oslogin": "1.0.0",
diff --git a/orchestration/CHANGES.md b/orchestration/CHANGES.md
index b234e90..35558e7 100644
--- a/orchestration/CHANGES.md
+++ b/orchestration/CHANGES.md
@@ -1,6 +1,13 @@
 # Changes
 
 
+## [1.1.0](https://github.com/googleapis/google-cloud-go/compare/orchestration/v1.0.0...orchestration/v1.1.0) (2022-02-14)
+
+
+### Features
+
+* **orchestration:** add file for tracking version ([17b36ea](https://github.com/googleapis/google-cloud-go/commit/17b36ead42a96b1a01105122074e65164357519e))
+
 ## [1.0.0](https://www.github.com/googleapis/google-cloud-go/compare/orchestration/v0.1.0...orchestration/v1.0.0) (2022-01-25)
 
 
diff --git a/orchestration/internal/version.go b/orchestration/internal/version.go
index db6d2e3..6aea1ad 100644
--- a/orchestration/internal/version.go
+++ b/orchestration/internal/version.go
@@ -15,4 +15,4 @@
 package internal
 
 // Version is the current tagged release of the library.
-const Version = "1.0.0"
+const Version = "1.1.0"