chore(main): release grafeas 0.2.0 (#5528)

diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json
index 426dfaf..980c1f7 100644
--- a/.release-please-manifest-submodules.json
+++ b/.release-please-manifest-submodules.json
@@ -46,7 +46,7 @@
   "gaming": "1.1.0",
   "gkeconnect": "0.1.0",
   "gkehub": "0.2.0",
-  "grafeas": "0.1.0",
+  "grafeas": "0.2.0",
   "gsuiteaddons": "1.0.0",
   "iam": "0.2.0",
   "iap": "1.1.0",
diff --git a/grafeas/CHANGES.md b/grafeas/CHANGES.md
index 109941a..d70e2b3 100644
--- a/grafeas/CHANGES.md
+++ b/grafeas/CHANGES.md
@@ -1,5 +1,12 @@
 # Changes
 
+## [0.2.0](https://github.com/googleapis/google-cloud-go/compare/grafeas/v0.1.0...grafeas/v0.2.0) (2022-02-14)
+
+
+### Features
+
+* **grafeas:** 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 grafeas as its own module. See
diff --git a/grafeas/internal/version.go b/grafeas/internal/version.go
index b74ae12..e526d78 100644
--- a/grafeas/internal/version.go
+++ b/grafeas/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"