Release 0.8.5
authorTim Emiola <temiola@google.com>
Wed, 1 Apr 2015 00:01:35 +0000 (17:01 -0700)
committerTim Emiola <temiola@google.com>
Wed, 1 Apr 2015 00:01:35 +0000 (17:01 -0700)
CHANGELOG.md
lib/google/api_client/version.rb

index 0644b20aaba378c45fd634af5b8e3d0fc146074b..ef62c06837371ee3cfb95f13f29f705dbfcc1622 100644 (file)
@@ -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
index 58400fde7ae70334320ed22adba8945f65ad66df..8b189b700122bfec5c74b0b5850f623eb9c112e2 100644 (file)
@@ -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