Skip to content

Commit

Permalink
tag for a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
cflipse committed Oct 27, 2023
1 parent 192cc2d commit f6f658a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## v2.4.0 2023-10-26c

### Changed

* Add configuration to allow not trigger reload on each request (alex-lairan)
* Allow namespace configuration from within an auto_registration path (sasa-b)

### Added

* Compatible with Rails 7.0 (nolantait)
* Compatible with Rails 7.1 (cflipse)

### Removed

* Dropped support for Rails < 6.0
* Dropped support for Ruby < 2.7

## v2.3.0 2021-03-20

### Changed
Expand Down
2 changes: 1 addition & 1 deletion lib/rom/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module ROM
module Rails
VERSION = '2.3.0'.freeze
VERSION = '2.4.0'.freeze
end
end

0 comments on commit f6f658a

Please sign in to comment.