From b03268d33f1fe70c8534beb2f9a54a32227b9f35 Mon Sep 17 00:00:00 2001 From: Graham Paye Date: Thu, 16 Aug 2018 12:14:18 -0700 Subject: [PATCH] update version and changelog (#158) --- .travis.yml | 9 +++++---- CHANGELOG.md | 4 ++++ README.md | 1 - 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index c4981df..d03ce58 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,12 @@ sudo: false language: ruby rvm: - - 2.4 - - 2.3 - - 2.2 + - 2.5.1 + - 2.4.4 + - 2.3.7 + - 2.2.10 + - 2.1.10 - 2.0.0 - - 2.1 - 1.9.3 - rbx-2 - jruby-9.1.9.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index ed0bc56..6af99c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.6.5 (2018/08/16) + +* Fix incorrect http verb when revoking credentials. + ## 0.6.4 (2018/08/03) * Resolve issue where DefaultCredentials constant was undefined. diff --git a/README.md b/README.md index bad2061..72d62e2 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,6 @@ [![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) [![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