We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72de8f7 commit 4420ce6Copy full SHA for 4420ce6
changelog.md
@@ -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
13
2.4.0 01/03/2024
14
==========================================================
15
lib/fog/core/version.rb
@@ -1,5 +1,5 @@
module Fog
module Core
- VERSION = "2.4.0".freeze
+ VERSION = "2.5.0".freeze
end
0 commit comments