update version and changelog (#158)
This commit is contained in:
parent
e521abd799
commit
b03268d33f
|
@ -1,11 +1,12 @@
|
||||||
sudo: false
|
sudo: false
|
||||||
language: ruby
|
language: ruby
|
||||||
rvm:
|
rvm:
|
||||||
- 2.4
|
- 2.5.1
|
||||||
- 2.3
|
- 2.4.4
|
||||||
- 2.2
|
- 2.3.7
|
||||||
|
- 2.2.10
|
||||||
|
- 2.1.10
|
||||||
- 2.0.0
|
- 2.0.0
|
||||||
- 2.1
|
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
- rbx-2
|
- rbx-2
|
||||||
- jruby-9.1.9.0
|
- jruby-9.1.9.0
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
## 0.6.5 (2018/08/16)
|
||||||
|
|
||||||
|
* Fix incorrect http verb when revoking credentials.
|
||||||
|
|
||||||
## 0.6.4 (2018/08/03)
|
## 0.6.4 (2018/08/03)
|
||||||
|
|
||||||
* Resolve issue where DefaultCredentials constant was undefined.
|
* Resolve issue where DefaultCredentials constant was undefined.
|
||||||
|
|
|
@ -10,7 +10,6 @@
|
||||||
[![Gem Version](https://badge.fury.io/rb/googleauth.svg)](http://badge.fury.io/rb/googleauth)
|
[![Gem Version](https://badge.fury.io/rb/googleauth.svg)](http://badge.fury.io/rb/googleauth)
|
||||||
[![Build Status](https://secure.travis-ci.org/google/google-auth-library-ruby.svg)](http://travis-ci.org/google/google-auth-library-ruby)
|
[![Build Status](https://secure.travis-ci.org/google/google-auth-library-ruby.svg)](http://travis-ci.org/google/google-auth-library-ruby)
|
||||||
[![Coverage Status](https://coveralls.io/repos/google/google-auth-library-ruby/badge.svg)](https://coveralls.io/r/google/google-auth-library-ruby)
|
[![Coverage Status](https://coveralls.io/repos/google/google-auth-library-ruby/badge.svg)](https://coveralls.io/r/google/google-auth-library-ruby)
|
||||||
[![Dependency Status](https://gemnasium.com/google/google-auth-library-ruby.svg)](https://gemnasium.com/google/google-auth-library-ruby)
|
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue