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 d111312 commit 3601ec7Copy full SHA for 3601ec7
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## [Unreleased]
4
5
+## RELEASE 3.0.0 - 2019-04-22
6
+
7
## RELEASE 3.0.0-beta.18 - 2019-04-10
8
### Fixed
9
- Search - Enable PostgreSQL's CITEXT fields in search.
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
remote: .
specs:
- forest_liana (3.0.0.pre.beta.18)
+ forest_liana (3.0.0)
arel-helpers
base32
bcrypt
lib/forest_liana/version.rb
@@ -1,3 +1,3 @@
module ForestLiana
- VERSION = "3.0.0-beta.18"
+ VERSION = "3.0.0"
end
0 commit comments