Skip to content

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Mar 8, 2022
1 parent 3a16420 commit e359e66
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
2.3.0 03/08/2022
==========================================================

- fix v2.2.4 changelog
- bump actions/stale
- bump actions/checkout
- avoid loading unnecessary service via autoload
- update ruby.yml
- continue tests dispite head errors
- bump actions/checkout
- bump formatador requirement
- utilize reusable actions workflows
- bump reusable actions
- fix cache test for ruby 3.1+
- tweak format of reusable workflows

2.2.4 04/28/2020
==========================================================

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.2.4"
VERSION = "2.3.0"
end
end

0 comments on commit e359e66

Please sign in to comment.