From 82be7f2fa606e1721f561dd2258f61fb982d2070 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Thu, 23 Jan 2020 09:35:21 -0800 Subject: [PATCH] Release google-cloud-phishing_protection 0.3.2 (#4669) #### Documentation * Update copyright year --- google-cloud-phishing_protection/CHANGELOG.md | 6 ++++++ .../lib/google/cloud/phishing_protection/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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