Skip to content

Commit 0d0bba2

Browse files
committed
Bump version
1 parent 6a6f1fb commit 0d0bba2

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 0.8.1
2+
* Fix logger in rails
3+
14
# 0.8.0
25
* Refactored credential storage, added support for redis
36
* Update gem depdendencies
@@ -6,15 +9,16 @@
69
* Batch requests with the service interface now inherit the service's connection
710
* `register_discover_document` now returns the API instance
811
* Added `:proxy` option to set Faraday's HTTP proxy setting
9-
* Drop 1.8.x support
1012
* Added `:faraday_options` option to allow passthrough settings to Faraday connection
13+
* Drop 1.8.x support
14+
* This will be the last release with 1.9.x support
1115

1216
# 0.7.1
1317
* Minor fix to update gem dependencies
1418

1519
# 0.7.0
1620
* Remove CLI
17-
* SUpport for automatic retires & backoff. Off by default, enable by setting `retries` on `APIClient`
21+
* Support for automatic retires & backoff. Off by default, enable by setting `retries` on `APIClient`
1822
* Experimental new interface (see `Google::APIClient::Service`)
1923
* Fix warnings when using Faraday separately
2024
* Support Google Compute Engine service accounts

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 = 0
21+
TINY = 1
2222
PATCH = nil
2323
STRING = [MAJOR, MINOR, TINY, PATCH].compact.join('.')
2424
end

0 commit comments

Comments
 (0)