Skip to content

Commit 0fb112b

Browse files
committed
Increased version to 1.13.0 and cleaned up CHANGELOG.md.
1 parent a58d576 commit 0fb112b

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77

8-
## Unreleased
8+
## 1.13.0 - 2020-12-02
99

1010
### Added
11-
- Added support for Amplitude clickstream tracking. See Admin -> Customize to configure Amplitude apikey.
11+
- Ability to submit multiple selected files within a dataset to an extractor.
12+
- Support for Amplitude clickstream tracking. See Admin -> Customize to configure Amplitude apikey.
1213
- UpdateUserId.js to scripts/updates. This code adds user_id to each document in extractions collection in mongodb.
1314
user_id is taken from author id in uploads.files if exists, else it taken from author id in datasets collection.
14-
- Ability to submit multiple selected files within a dataset to an extractor.
1515

1616
### Fixed
17-
- GeospatialViewer preview tab should no longer show if it does not contain any rendered data.
18-
- Editor can now delete tags on files, datasets and sections.
19-
- An extractor with file matching set to `*/*` (all file types) would mistakenly send out dataset events.
17+
- An extractor with file matching set to `*/*` (all file types) would incorrectly send out dataset events.
18+
- Space Editors can now delete tags on files, datasets and sections.
19+
- GeospatialViewer previewer no longer shows if file does not contain geospatial layers.
2020

2121
## 1.12.2 - 2020-11-19
2222

doc/src/sphinx/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Luigi Marini'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '1.12.2'
25+
release = '1.13.0'
2626

2727

2828
# -- 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.12.2"
16+
val version = "1.13.0"
1717
val jvm = "1.7"
1818

1919
def appVersion: String = {

public/swagger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ info:
99
Clowder is a customizable and scalable data management system to support any
1010
data format and multiple research domains. It is under active development
1111
and deployed for a variety of research projects.
12-
version: 1.12.2
12+
version: 1.13.0
1313
termsOfService: https://clowder.ncsa.illinois.edu/clowder/tos
1414
contact:
1515
name: Clowder

0 commit comments

Comments
 (0)