Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Aug 16, 2022
1 parent c410f79 commit 2c279c0
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 8 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
* Drop support Ruby <= 2.5
* Drop support Rails <= 5.2
4.0.0 (August 16, 2022)
------------------------

* Drop official support Ruby 2.6 or older
* Drop official support Rails 5.1 or older
* Migrate from Travis CI to GitHub Actions
* Include Sequenced when ActiveRecord loads ([#52](https://github.com/derrickreimer/sequenced/pull/52))

3.2.0 (January 29, 2020)
------------------------
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_5_2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
sequenced (3.2.0)
sequenced (4.0.0)
activerecord (>= 3.0)
activesupport (>= 3.0)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
sequenced (3.2.0)
sequenced (4.0.0)
activerecord (>= 3.0)
activesupport (>= 3.0)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
sequenced (3.2.0)
sequenced (4.0.0)
activerecord (>= 3.0)
activesupport (>= 3.0)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
sequenced (3.2.0)
sequenced (4.0.0)
activerecord (>= 3.0)
activesupport (>= 3.0)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_master.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ GIT
PATH
remote: ..
specs:
sequenced (3.2.0)
sequenced (4.0.0)
activerecord (>= 3.0)
activesupport (>= 3.0)

Expand Down
2 changes: 1 addition & 1 deletion lib/sequenced/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Sequenced
VERSION = "3.2.0"
VERSION = "4.0.0"
end

0 comments on commit 2c279c0

Please sign in to comment.