Skip to content
This repository was archived by the owner on Jan 30, 2024. It is now read-only.

Commit f4befd2

Browse files
committed
Release 2.11.5
1 parent 19c6a36 commit f4befd2

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Change Log
22

33
## [Unreleased]
4+
5+
## RELEASE 2.11.5 - 2018-07-31
46
### Fixed
57
- Search - Fix the broken search if the collection contains Array fields. [Regression introduced in 2.9.0]
68
- Search - Highlight the records id if it matches with the search value.

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
forest_liana (2.11.4)
4+
forest_liana (2.11.5)
55
arel-helpers
66
bcrypt
77
groupdate

lib/forest_liana/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ForestLiana
2-
VERSION = "2.11.4"
2+
VERSION = "2.11.5"
33
end

0 commit comments

Comments
 (0)