chore(main): release talent 0.4.0 (#5560)

diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json
index a65d734..7beddc8 100644
--- a/.release-please-manifest-submodules.json
+++ b/.release-please-manifest-submodules.json
@@ -95,7 +95,7 @@
   "speech": "1.1.0",
   "storage": "1.20.0",
   "storagetransfer": "1.1.0",
-  "talent": "0.3.1",
+  "talent": "0.4.0",
   "texttospeech": "1.1.0",
   "tpu": "1.0.0",
   "trace": "1.1.0",
diff --git a/talent/CHANGES.md b/talent/CHANGES.md
index 48ab97c..7e1e301 100644
--- a/talent/CHANGES.md
+++ b/talent/CHANGES.md
@@ -1,5 +1,12 @@
 # Changes
 
+## [0.4.0](https://github.com/googleapis/google-cloud-go/compare/talent/v0.3.1...talent/v0.4.0) (2022-02-14)
+
+
+### Features
+
+* **talent:** add file for tracking version ([17b36ea](https://github.com/googleapis/google-cloud-go/commit/17b36ead42a96b1a01105122074e65164357519e))
+
 ### [0.3.1](https://www.github.com/googleapis/google-cloud-go/compare/talent/v0.3.0...talent/v0.3.1) (2022-01-14)
 
 
diff --git a/talent/internal/version.go b/talent/internal/version.go
index f244b8b..3f98e7d 100644
--- a/talent/internal/version.go
+++ b/talent/internal/version.go
@@ -15,4 +15,4 @@
 package internal
 
 // Version is the current tagged release of the library.
-const Version = "0.3.1"
+const Version = "0.4.0"