From b43cdd714a2d3d6abc8e7e38b2f566faf860d64e Mon Sep 17 00:00:00 2001 From: geemus Date: Thu, 27 May 2021 16:04:50 -0500 Subject: [PATCH] v0.82.0 --- changelog.txt | 8 ++++++++ lib/excon/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 9ca4a55e..08ce1d00 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,11 @@ +0.82.0 2021-05-27 +================= + +update actions/checkout +update actions/stale +update bundled certs + + 0.81.0 2021-04-28 ================= diff --git a/lib/excon/version.rb b/lib/excon/version.rb index c6cdc598..c522fc50 100644 --- a/lib/excon/version.rb +++ b/lib/excon/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module Excon - VERSION = '0.81.0' + VERSION = '0.82.0' end