chore(main): release phishingprotection 0.2.0 (#5537)

diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json
index d9d0409..13f56d9 100644
--- a/.release-please-manifest-submodules.json
+++ b/.release-please-manifest-submodules.json
@@ -69,7 +69,7 @@
   "orgpolicy": "1.0.0",
   "osconfig": "1.3.0",
   "oslogin": "1.0.0",
-  "phishingprotection": "0.1.0",
+  "phishingprotection": "0.2.0",
   "policytroubleshooter": "1.0.0",
   "privatecatalog": "0.2.0",
   "profiler": "0.1.2",
diff --git a/phishingprotection/CHANGES.md b/phishingprotection/CHANGES.md
index 9e936a2..6e88335 100644
--- a/phishingprotection/CHANGES.md
+++ b/phishingprotection/CHANGES.md
@@ -1,5 +1,12 @@
 # Changes
 
+## [0.2.0](https://github.com/googleapis/google-cloud-go/compare/phishingprotection/v0.1.0...phishingprotection/v0.2.0) (2022-02-14)
+
+
+### Features
+
+* **phishingprotection:** add file for tracking version ([17b36ea](https://github.com/googleapis/google-cloud-go/commit/17b36ead42a96b1a01105122074e65164357519e))
+
 ## v0.1.0
 
 This is the first tag to carve out phishingprotection as its own module. See
diff --git a/phishingprotection/internal/version.go b/phishingprotection/internal/version.go
index b74ae12..e526d78 100644
--- a/phishingprotection/internal/version.go
+++ b/phishingprotection/internal/version.go
@@ -15,4 +15,4 @@
 package internal
 
 // Version is the current tagged release of the library.
-const Version = "0.1.0"
+const Version = "0.2.0"