Skip to content

Commit e2f85a8

Browse files
committed
Prepare for release
1 parent 024f6c7 commit e2f85a8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2.15.0
2+
* Add support for Rails 7.1 and 7.2 (@jprosevear, #55)
3+
14
## 2.14.0
25
* Add support for Rails 7.
36

lib/arel-helpers/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# encoding: UTF-8
22

33
module ArelHelpers
4-
VERSION = '2.14.0'
4+
VERSION = '2.15.0'
55
end

0 commit comments

Comments
 (0)