Skip to content

Commit

Permalink
v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Jan 3, 2024
1 parent 035ee75 commit df48808
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
2.4.0 01/03/2024
==========================================================

- fixes for caching/restoring collection attributes
- add explicit CRUD methods to models, make returns more consistent
- add filter_attributes method
- allow cache loading with aliases
- update rubocop config and apply styles/fixes
- fix minitest compatibility
- remove coveralls
- fixes for method delegation for ruby 3.x
- update ruby versions in test matrix


2.3.0 03/08/2022
==========================================================

Expand Down
2 changes: 1 addition & 1 deletion lib/fog/core/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Fog
module Core
VERSION = "2.3.0".freeze
VERSION = "2.4.0".freeze
end
end

0 comments on commit df48808

Please sign in to comment.