Skip to content

Commit 0200318

Browse files
committed
Releasing 1.0.2 version of gem
1 parent f669abe commit 0200318

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* 1.0.2
44
* Fixes compatibility with newer versions of Simple Form gem
55
* Fixes issue of not propagating events and issue of selected value not a string
6+
* Fixes bug where form 'false' values are treated as true due to being
7+
a string value.
68
* 1.0.1
79
* Option to enable/disable no matches found labeling
810
* 1.0.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module RailsJQueryAutocomplete
2-
VERSION = '1.0.1'
2+
VERSION = '1.0.2'
33
end

0 commit comments

Comments
 (0)