Skip to content

Commit 944167d

Browse files
committed
Minor release
1 parent 8f2000d commit 944167d

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 0.8.2
2+
* Fixes for file storage and missing cacerts file
3+
14
# 0.8.1
25
* Fix logger in rails
36

@@ -12,7 +15,7 @@
1215
* Added `:faraday_options` option to allow passthrough settings to Faraday connection
1316
* Drop 1.8.x support
1417
* This will be the last release with 1.9.x support
15-
18+
1619
# 0.7.1
1720
* Minor fix to update gem dependencies
1821

@@ -62,7 +65,7 @@
6265

6366
# 0.5.0
6467

65-
* Beta candidate, potential incompatible changes with how requests are processed.
68+
* Beta candidate, potential incompatible changes with how requests are processed.
6669
* All requests should be made using execute() or execute!()
6770
* :api_method in request can no longer be a string
6871
* Deprecated ResumableUpload.send_* methods.

lib/google/api_client/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ class APIClient
1818
module VERSION
1919
MAJOR = 0
2020
MINOR = 8
21-
TINY = 1
22-
PATCH = 1
21+
TINY = 2
22+
PATCH = nil
2323
STRING = [MAJOR, MINOR, TINY, PATCH].compact.join('.')
2424
end
2525
end

0 commit comments

Comments
 (0)