diff --git a/CHANGELOG.md b/CHANGELOG.md index 6061b2f73..7b23d0aae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,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.20.1 - 2022-04-04 ### Fixed - Fix to incorrect sorting for default cases. [#248](https://github.com/clowder-framework/clowder/issues/248) - Masonry package was not loaded from right location sometimes. +- Fixes bug where "Select a Collection" Parent Collection dropdown on Collection page was not working due to missing parameter [#343](https://github.com/clowder-framework/clowder/issues/343) ### Added - Documentation: Installing Clowder on Apple Silicon M1 diff --git a/doc/src/sphinx/conf.py b/doc/src/sphinx/conf.py index 986cbdb17..c103902ec 100644 --- a/doc/src/sphinx/conf.py +++ b/doc/src/sphinx/conf.py @@ -22,7 +22,7 @@ author = 'Luigi Marini' # The full version, including alpha/beta/rc tags -release = '1.20.0' +release = '1.20.1' # -- General configuration --------------------------------------------------- diff --git a/project/Build.scala b/project/Build.scala index 2de113d02..e12fa7db2 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -13,7 +13,7 @@ import NativePackagerKeys._ object ApplicationBuild extends Build { val appName = "clowder" - val version = "1.20.0" + val version = "1.20.1" val jvm = "1.7" def appVersion: String = { diff --git a/public/swagger.yml b/public/swagger.yml index fad91a7c5..78ade0465 100644 --- a/public/swagger.yml +++ b/public/swagger.yml @@ -9,7 +9,7 @@ info: Clowder is a customizable and scalable data management system to support any data format and multiple research domains. It is under active development and deployed for a variety of research projects. - version: 1.20.0 + version: 1.20.1 termsOfService: https://clowder.ncsa.illinois.edu/clowder/tos contact: name: Clowder