Skip to content

Commit 64c99db

Browse files
committed
Updated version to 1.8.4.
1 parent 8ff64bc commit 64c99db

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and 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

doc/src/sphinx/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
author = '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 ---------------------------------------------------

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import NativePackagerKeys._
1313
object 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 = {

0 commit comments

Comments
 (0)