From fbcb048c4ab6bf790bdb6158b6fc89a06c6f9b0d Mon Sep 17 00:00:00 2001 From: geemus Date: Fri, 25 Oct 2024 11:08:04 +0000 Subject: [PATCH] v2.6.0 --- changelog.md | 5 +++++ lib/fog/core/version.rb | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 05a719f..87dae02 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,8 @@ +2.6.0 10/24/2024 +========================================================== + +- bump to excon ~> 1.0 + 2.5.0 08/02/2024 ========================================================== diff --git a/lib/fog/core/version.rb b/lib/fog/core/version.rb index ba09dc2..fc600f8 100644 --- a/lib/fog/core/version.rb +++ b/lib/fog/core/version.rb @@ -1,5 +1,7 @@ +# frozen_string_literal: true + module Fog module Core - VERSION = "2.5.0".freeze + VERSION = "2.6.0" end end