Skip to content

Commit

Permalink
Updated version to 1.8.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
lmarini committed May 15, 2020
1 parent 8ff64bc commit 64c99db
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased
## 1.8.4 - 2020-05-15
**_Warning:_ This update modifies how information is stored in Elasticsearch for text based searching. To take advantage
of these changes a reindex of Elasticsearch is required. This can be started by an admin either from GUI or through the API.**

### Fixed
- Fixed bug related to impropoer indexing of files in nested subfolders, which could also affect searching by parent dataset.
- Fixed a bug related to improper indexing of files in nested subfolders, which could also affect searching by parent dataset.

## 1.8.3 - 2020-04-28
**_Warning:_ This update modifies how information is stored in Elasticsearch for text based searching. To take advantage
Expand Down
2 changes: 1 addition & 1 deletion doc/src/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
author = 'Luigi Marini'

# The full version, including alpha/beta/rc tags
release = '1.8.3'
release = '1.8.4'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import NativePackagerKeys._
object ApplicationBuild extends Build {

val appName = "clowder"
val version = "1.8.3"
val version = "1.8.4"
val jvm = "1.7"

def appVersion: String = {
Expand Down

0 comments on commit 64c99db

Please sign in to comment.