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