Skip to content

Commit fbcb048

Browse files
committed
v2.6.0
1 parent c6bbad9 commit fbcb048

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2.6.0 10/24/2024
2+
==========================================================
3+
4+
- bump to excon ~> 1.0
5+
16
2.5.0 08/02/2024
27
==========================================================
38

lib/fog/core/version.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
# frozen_string_literal: true
2+
13
module Fog
24
module Core
3-
VERSION = "2.5.0".freeze
5+
VERSION = "2.6.0"
46
end
57
end

0 commit comments

Comments
 (0)