chore(main): release trace 1.1.0 (#5549)

diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json
index 9dc1860..f314d24 100644
--- a/.release-please-manifest-submodules.json
+++ b/.release-please-manifest-submodules.json
@@ -98,7 +98,7 @@
   "talent": "0.3.1",
   "texttospeech": "1.1.0",
   "tpu": "1.0.0",
-  "trace": "1.0.0",
+  "trace": "1.1.0",
   "translate": "1.0.0",
   "video": "1.2.0",
   "videointelligence": "1.0.0",
diff --git a/trace/CHANGES.md b/trace/CHANGES.md
index a943664..3c7b43e 100644
--- a/trace/CHANGES.md
+++ b/trace/CHANGES.md
@@ -1,5 +1,12 @@
 # Changes
 
+## [1.1.0](https://github.com/googleapis/google-cloud-go/compare/trace/v1.0.0...trace/v1.1.0) (2022-02-14)
+
+
+### Features
+
+* **trace:** add file for tracking version ([17b36ea](https://github.com/googleapis/google-cloud-go/commit/17b36ead42a96b1a01105122074e65164357519e))
+
 ## 1.0.0
 
 Stabilize GA surface.
@@ -8,4 +15,3 @@
 
 This is the first tag to carve out trace as its own module. See
 [Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository).
- 
diff --git a/trace/internal/version.go b/trace/internal/version.go
index db6d2e3..6aea1ad 100644
--- a/trace/internal/version.go
+++ b/trace/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"