From ae8a15ce76c696274aa6e11c4b92b9cb881945df Mon Sep 17 00:00:00 2001 From: Tim Emiola Date: Tue, 31 Mar 2015 17:01:35 -0700 Subject: [PATCH] Release 0.8.5 --- CHANGELOG.md | 3 +++ lib/google/api_client/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0644b20aa..ef62c0683 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 0.8.5 +* Corrects the regression Rails 4 support in the 0.8.4 release. + # 0.8.4 * Fixes a file permission issues with the 0.8.3 release * Fixes warnings when the library is used diff --git a/lib/google/api_client/version.rb b/lib/google/api_client/version.rb index 58400fde7..8b189b700 100644 --- a/lib/google/api_client/version.rb +++ b/lib/google/api_client/version.rb @@ -18,7 +18,7 @@ module Google module VERSION MAJOR = 0 MINOR = 8 - TINY = 4 + TINY = 5 PATCH = nil STRING = [MAJOR, MINOR, TINY, PATCH].compact.join('.') end