File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,12 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7- ## Unreleased
7+ ## 1.8.4 - 2020-05-15
8+ ** _ Warning:_ This update modifies how information is stored in Elasticsearch for text based searching. To take advantage
9+ of these changes a reindex of Elasticsearch is required. This can be started by an admin either from GUI or through the API.**
810
911### Fixed
10- - Fixed bug related to impropoer indexing of files in nested subfolders, which could also affect searching by parent dataset.
12+ - Fixed a bug related to improper indexing of files in nested subfolders, which could also affect searching by parent dataset.
1113
1214## 1.8.3 - 2020-04-28
1315** _ Warning:_ This update modifies how information is stored in Elasticsearch for text based searching. To take advantage
Original file line number Diff line number Diff line change 2020author = 'Luigi Marini'
2121
2222# The full version, including alpha/beta/rc tags
23- release = '1.8.3 '
23+ release = '1.8.4 '
2424
2525
2626# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import NativePackagerKeys._
1313object ApplicationBuild extends Build {
1414
1515 val appName = " clowder"
16- val version = " 1.8.3 "
16+ val version = " 1.8.4 "
1717 val jvm = " 1.7"
1818
1919 def appVersion : String = {
You can’t perform that action at this time.
0 commit comments