Skip to content

Commit ae8a15c

Browse files
author
Tim Emiola
committed
Release 0.8.5
1 parent 2a7873a commit ae8a15c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 0.8.5
2+
* Corrects the regression Rails 4 support in the 0.8.4 release.
3+
14
# 0.8.4
25
* Fixes a file permission issues with the 0.8.3 release
36
* Fixes warnings when the library is used

lib/google/api_client/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class APIClient
1818
module VERSION
1919
MAJOR = 0
2020
MINOR = 8
21-
TINY = 4
21+
TINY = 5
2222
PATCH = nil
2323
STRING = [MAJOR, MINOR, TINY, PATCH].compact.join('.')
2424
end

0 commit comments

Comments
 (0)