diff --git a/google-cloud-phishing_protection/CHANGELOG.md b/google-cloud-phishing_protection/CHANGELOG.md index 030c2b6b86e9..65aa6b769d7e 100644 --- a/google-cloud-phishing_protection/CHANGELOG.md +++ b/google-cloud-phishing_protection/CHANGELOG.md @@ -1,5 +1,11 @@ # Release History +### 0.3.2 / 2020-01-23 + +#### Documentation + +* Update copyright year + ### 0.3.1 / 2019-11-06 #### Bug Fixes diff --git a/google-cloud-phishing_protection/lib/google/cloud/phishing_protection/version.rb b/google-cloud-phishing_protection/lib/google/cloud/phishing_protection/version.rb index a6b8d3366535..c7e704482d68 100644 --- a/google-cloud-phishing_protection/lib/google/cloud/phishing_protection/version.rb +++ b/google-cloud-phishing_protection/lib/google/cloud/phishing_protection/version.rb @@ -16,7 +16,7 @@ module Google module Cloud module PhishingProtection - VERSION = "0.3.1".freeze + VERSION = "0.3.2".freeze end end end