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 abb5421 commit 25a9e9fCopy full SHA for 25a9e9f
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Change Log
2
3
## [Unreleased]
4
+
5
+## RELEASE 3.1.1 - 2019-07-18
6
### Fixed
7
- Fields - Detect properly `date` type columns to provide the right date picker experience in the UI.
8
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- forest_liana (3.1.0)
+ forest_liana (3.1.1)
arel-helpers
base32
bcrypt
lib/forest_liana/version.rb
@@ -1,3 +1,3 @@
module ForestLiana
- VERSION = "3.1.0"
+ VERSION = "3.1.1"
end
0 commit comments