From b64de99532b6564b9ff5a5dc90ea6baf8947e81e Mon Sep 17 00:00:00 2001 From: geemus Date: Fri, 16 Jul 2021 09:38:08 -0500 Subject: [PATCH] v0.85.0 --- changelog.txt | 5 +++++ lib/excon/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index fe22b7b2..0fb232ce 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,8 @@ +0.85.0 2021-07-16 +================= + +fix socket datum regression introduced in #742 + 0.84.0 2021-07-07 ================= diff --git a/lib/excon/version.rb b/lib/excon/version.rb index 8f706252..ed8a54cd 100644 --- a/lib/excon/version.rb +++ b/lib/excon/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module Excon - VERSION = '0.84.0' + VERSION = '0.85.0' end