From e29b313b18147f4943db86fb9ff4b735f7f5cca7 Mon Sep 17 00:00:00 2001 From: geemus Date: Thu, 15 Apr 2021 15:43:15 -0500 Subject: [PATCH] v0.80.1 --- changelog.txt | 5 +++++ lib/excon/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 7ab2c5f3..355d9159 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,8 @@ +0.80.1 2021-04-15 +================= + +adjust error checking from 0.80.0 to support Ruby <2.3 + 0.80.0 2021-04-15 ================= diff --git a/lib/excon/version.rb b/lib/excon/version.rb index fe01e760..cddbfaf4 100644 --- a/lib/excon/version.rb +++ b/lib/excon/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module Excon - VERSION = '0.80.0' + VERSION = '0.80.1' end