Skip to content

Commit 63ccd91

Browse files
committed
Update changelog & bump version
1 parent 7ed22ca commit 63ccd91

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 0.8.0
2+
* Refactored credential storage, added support for redis
3+
* Update gem depdendencies
4+
* Fixed retry logic to allow for auth retries independent of the overall number of retries
5+
* Added `:force_encoding` option to set body content encoding based on the Content-Type header
6+
* Batch requests with the service interface now inherit the service's connection
7+
* `register_discover_document` now returns the API instance
8+
* Added `:proxy` option to set Faraday's HTTP proxy setting
9+
* Drop 1.8.x support
10+
* Added `:faraday_options` option to allow passthrough settings to Faraday connection
11+
112
# 0.7.1
213
* Minor fix to update gem dependencies
314

lib/google/api_client/version.rb

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

0 commit comments

Comments
 (0)