We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb9ccef commit 608a6b3Copy full SHA for 608a6b3
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## 1.5.0 (2024-04-xx)
+## 1.5.0 (2024-04-08)
4
5
* Drop support of Rails 5.2
6
* Add support for grouped results (merge: [#419](https://github.com/jbox-web/ajax-datatables-rails/pull/419))
lib/ajax-datatables-rails/version.rb
@@ -8,7 +8,7 @@ def self.gem_version
8
9
module VERSION
10
MAJOR = 1
11
- MINOR = 4
+ MINOR = 5
12
TINY = 0
13
PRE = nil
14
0 commit comments