diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index 67cd4a6ba807..d66fc6016d80 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -72,7 +72,7 @@ "phishingprotection": "0.2.0", "policytroubleshooter": "1.1.0", "privatecatalog": "0.2.0", - "profiler": "0.1.2", + "profiler": "0.2.0", "pubsub": "1.18.0", "pubsublite": "1.2.2", "recaptchaenterprise": "1.2.0", diff --git a/profiler/CHANGES.md b/profiler/CHANGES.md index cf809cf56a5b..d9a966acc351 100644 --- a/profiler/CHANGES.md +++ b/profiler/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [0.2.0](https://github.com/googleapis/google-cloud-go/compare/profiler/v0.1.2...profiler/v0.2.0) (2022-02-14) + + +### Features + +* **profiler:** add better version metadata to calls ([d1ad921](https://github.com/googleapis/google-cloud-go/commit/d1ad921d0322e7ce728ca9d255a3cf0437d26add)) + ### [0.1.2](https://www.github.com/googleapis/google-cloud-go/compare/profiler/v0.1.1...profiler/v0.1.2) (2022-01-04) diff --git a/profiler/internal/version.go b/profiler/internal/version.go index a9b0ea53c7b1..e526d78c36f7 100644 --- a/profiler/internal/version.go +++ b/profiler/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.1.2" +const Version = "0.2.0"