Skip to content

Commit

Permalink
Release work for v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanVqz committed Sep 25, 2024
1 parent ffa6b4a commit 440db37
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# main [(unreleased)](https://github.com/fastruby/next_rails/compare/v1.3.0...main)
# main [(unreleased)](https://github.com/fastruby/next_rails/compare/v1.4.0...main)

* Your changes/patches go here.
- [CHORE: Use next_rails namespace on spec tests.](https://github.com/fastruby/next_rails/pull/117)

# v1.4.0 / 2024-09-24 [(commits)](https://github.com/fastruby/next_rails/compare/v1.3.0...v1.4.0)

- [CHORE: Use next_rails namespace on spec tests.](https://github.com/fastruby/next_rails/pull/117)
- [CHORE: Remove 2.0.0, 2.1, 2.2 Ruby support](https://github.com/fastruby/next_rails/pull/126)
- [CHORE: Update compatibility for Ruby versions to use Rainbow](https://github.com/fastruby/next_rails/pull/125)
- [FEATURE: Support compatibility for Ruby versions](https://github.com/fastruby/next_rails/pull/116)
Expand Down
2 changes: 1 addition & 1 deletion lib/next_rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module NextRails
VERSION = "1.3.0"
VERSION = "1.4.0"
end

0 comments on commit 440db37

Please sign in to comment.