chore(main): release websecurityscanner 1.1.0 (#5612)

diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json
index b3a7839..7b43c4b 100644
--- a/.release-please-manifest-submodules.json
+++ b/.release-please-manifest-submodules.json
@@ -122,6 +122,6 @@
   "vmmigration": "0.2.0",
   "vpcaccess": "1.1.0",
   "webrisk": "1.1.0",
-  "websecurityscanner": "1.0.0",
+  "websecurityscanner": "1.1.0",
   "workflows": "1.2.0"
 }
diff --git a/websecurityscanner/CHANGES.md b/websecurityscanner/CHANGES.md
index 66e309c..8cc1d02 100644
--- a/websecurityscanner/CHANGES.md
+++ b/websecurityscanner/CHANGES.md
@@ -1,5 +1,12 @@
 # Changes
 
+## [1.1.0](https://github.com/googleapis/google-cloud-go/compare/websecurityscanner/v1.0.0...websecurityscanner/v1.1.0) (2022-02-14)
+
+
+### Features
+
+* **websecurityscanner:** 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 websecurityscanner 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/websecurityscanner/internal/version.go b/websecurityscanner/internal/version.go
index db6d2e3..6aea1ad 100644
--- a/websecurityscanner/internal/version.go
+++ b/websecurityscanner/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"