From 1970dee29bd3045962dbc7278a822bfca754e9ef Mon Sep 17 00:00:00 2001 From: geemus Date: Tue, 12 Mar 2024 16:03:41 -0500 Subject: [PATCH] v0.109.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 cf6a008d..7855f0da 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,8 @@ +0.110.0 2024-03-12 +================== + +- update bundled default certificates + 0.109.0 2024-01-03 ================== diff --git a/lib/excon/version.rb b/lib/excon/version.rb index 49d33339..220c0065 100644 --- a/lib/excon/version.rb +++ b/lib/excon/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Excon - VERSION = '0.109.0' + VERSION = '0.110.0' end