From bf70a56c0ad7156264e5cab270525fbbab7a3619 Mon Sep 17 00:00:00 2001 From: "Bruno P. Kinoshita" Date: Fri, 25 Feb 2022 10:45:38 +1300 Subject: [PATCH] Prepare 1.4.2 release notes --- CHANGELOG.md | 18 +++++++++++++++++- pom.xml | 2 +- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c754dcea..c2fdb9b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,23 @@ # Changelog -## v1.4.2 [202?-??-??] +## v1.4.2 [2022-02-25] +The database model has been migrated from MongoDB to PostgreSQL. README instructions +and Docker images updated. New version will be deployed to +soon. + +Smaller changes: +- Added Maven default build goal #377 @kinow + +Misc fixes: +- Document Git, GitHub, Docker Hub, and Quay.io release process #360 @mr-c +- Migrate from MongoDB to PostgreSQL #378 @kinow + +Dependencies upgrade: +- Bump spring-data-commons from 2.6.0 to 2.6.1 #383 @mr-c +- Bump jena-core from 4.3.2 to 4.4.0 #382 @mr-c +- Bump hibernate-validator from 7.0.1.Final to 7.0.2.Final #381 @kinow +- Bump spring-data-commons from 2.6.1 to 2.6.2 #380 @mr-c ## v1.4.1 [2021-12-21] This version started using SpringBoot 2.6.1, and had other small code changes, and many dependencies upgraded. diff --git a/pom.xml b/pom.xml index e3f91b00..6915f9ca 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.commonwl.view cwlviewer - 1.4.2-SNAPSHOT + 1.4.2 jar CWLViewer