8000 Bumps version, updates CHANGELOG. · daniALGA/ajax-datatables-rails@d4505bc · GitHub
[go: up one dir, main page]

Skip to content

Commit d4505bc

Browse files
committed
Bumps version, updates CHANGELOG.
1 parent a19a9db commit d4505bc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 0.1.2
4+
* Fixes `where` clause being built even when search term is an empty string.
5+
Thanks to [e-fisher](https://github.com/e-fisher) for spotting and fixing this.
6+
37
## 0.1.1
48
* Fixes problem on `searchable_columns` where the corresponding model is
59
a composite model name, e.g. `UserData`, `BillingAddress`.

lib/ajax-datatables-rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module AjaxDatatablesRails
2-
VERSION = '0.1.1'
2+
VERSION = '0.1.2'
33
end

0 commit comments

Comments
 (0)
0