From cfd8724e877621f4e36529870d1a24773c704338 Mon Sep 17 00:00:00 2001 From: Graham Paye Date: Fri, 14 Dec 2018 11:41:42 -0800 Subject: [PATCH] [Vision] Release 0.32.2 (#2730) --- google-cloud-vision/CHANGELOG.md | 9 +++++++++ google-cloud-vision/google-cloud-vision.gemspec | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/google-cloud-vision/CHANGELOG.md b/google-cloud-vision/CHANGELOG.md index 50d2f52f9ebf..9ca580c20433 100644 --- a/google-cloud-vision/CHANGELOG.md +++ b/google-cloud-vision/CHANGELOG.md @@ -1,5 +1,14 @@ # Release History +### 0.32.2 / 2018-12-14 + +* Add image_context as optional parameter to ImageAnnotatorClient.*_detection helpers +* Alias the following ProductSearchClient class methods to instance methods. + * location_path + * product_set_path + * product_path + * reference_image_path + ### 0.32.1 / 2018-11-30 * Fix argument issue with `ImageAnnotatorClient` helper methods. diff --git a/google-cloud-vision/google-cloud-vision.gemspec b/google-cloud-vision/google-cloud-vision.gemspec index acbb70b7ac19..50d7f6ec37ca 100644 --- a/google-cloud-vision/google-cloud-vision.gemspec +++ b/google-cloud-vision/google-cloud-vision.gemspec @@ -3,7 +3,7 @@ Gem::Specification.new do |gem| gem.name = "google-cloud-vision" - gem.version = "0.32.1" + gem.version = "0.32.2" gem.authors = ["Google LLC"] gem.email = "googleapis-packages@google.com"