Skip to content

Commit caca091

Browse files
committed
Updated version and changelog for v1.19.1.
1 parent e7cb546 commit caca091

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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.19.1 - 2021-10-19
88

99
### Added
1010
- Support the [DefaultAWSCredentialsProviderChain](https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/auth/DefaultAWSCredentialsProviderChain.html)
@@ -13,14 +13,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1313
### Fixed
1414
- Upgraded extractor parameters jsonform to version `2.2.5`.
1515
- Cleaning up after a failed upload should no longer decrement the file + byte counts.
16-
- Fix the broken link after file deletion within a folder. [#277](https://github.com/clowder-framework/clowder/issues/277)
16+
- Fix the broken preview after file deletion within a folder. [#277](https://github.com/clowder-framework/clowder/issues/277)
1717

1818
### Changed
19-
- now building mongo-init and monitor docker containers with python 3.8
19+
- Now building mongo-init and monitor docker containers with python 3.8
2020
- Upgraded extractor parameters jsonform to version `2.2.5`.
2121

2222
### Removed
23-
- check image is now part of [ncsa/checks](https://github.com/ncsa/checks/)
23+
- Check image is now part of [ncsa/checks](https://github.com/ncsa/checks/)
2424

2525
## 1.19.0 - 2021-10-05
2626
**_Important:_** This update requires a MongoDB update schema due to the new ability of showing summary statistics at the

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.19.0'
25+
release = '1.19.1'
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.19.0"
16+
val version = "1.19.1"
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.19.0
12+
version: 1.19.1
1313
termsOfService: https://clowder.ncsa.illinois.edu/clowder/tos
1414
contact:
1515
name: Clowder

0 commit comments

Comments
 (0)