Skip to content

Commit

Permalink
Update version and changelog for 0.8.0 release (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
dazuma committed Jan 3, 2019
1 parent f0b95e7 commit f4db84e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.8.0 (2019/01/02)

* Support connection options :default_connection and :connection_builder when creating credentials that need to refresh OAuth tokens. This lets clients provide connection objects with custom settings, such as proxies, needed for the client environment.
* Removed an unnecessary warning about project IDs.

## 0.7.1 (2018/10/25)

* Make load_gcloud_project_id module function.
Expand Down
2 changes: 1 addition & 1 deletion lib/googleauth/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ module Google
# Module Auth provides classes that provide Google-specific authorization
# used to access Google APIs.
module Auth
VERSION = '0.7.1'.freeze
VERSION = '0.8.0'.freeze
end
end

0 comments on commit f4db84e

Please sign in to comment.