From 571dc11c2faae7b43fc3b6f4e5750493b0d68fbc Mon Sep 17 00:00:00 2001 From: Matt Date: Sat, 17 Oct 2020 11:49:07 +0100 Subject: [PATCH] Version bump to 1.1.0 --- lib/faraday.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/faraday.rb b/lib/faraday.rb index 1a9a29049..1c0ba84af 100644 --- a/lib/faraday.rb +++ b/lib/faraday.rb @@ -19,7 +19,7 @@ # conn.get '/' # module Faraday - VERSION = '1.0.1' + VERSION = '1.1.0' METHODS_WITH_QUERY = %w[get head delete trace].freeze METHODS_WITH_BODY = %w[post put patch].freeze