Skip to content

Commit 4420ce6

Browse files
committed
v2.5.0
1 parent 72de8f7 commit 4420ce6

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2.5.0 08/02/2024
2+
==========================================================
3+
4+
- drop spec files from gem package
5+
- fix 3.4+ ruby issues (string literals and base64)
6+
- bump rubocop target
7+
- remove stale actions
8+
- fixes to ci
9+
- add security policy
10+
- add gem version badge
11+
- add funding info
12+
113
2.4.0 01/03/2024
214
==========================================================
315

lib/fog/core/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Fog
22
module Core
3-
VERSION = "2.4.0".freeze
3+
VERSION = "2.5.0".freeze
44
end
55
end

0 commit comments

Comments
 (0)