Skip to content

Commit bf70a56

Browse files
committed
Prepare 1.4.2 release notes
1 parent 9d87837 commit bf70a56

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
11

22
# Changelog
33

4-
## v1.4.2 [202?-??-??]
4+
## v1.4.2 [2022-02-25]
5+
The database model has been migrated from MongoDB to PostgreSQL. README instructions
6+
and Docker images updated. New version will be deployed to <https://view.commonwl.org>
7+
soon.
8+
9+
Smaller changes:
10+
- Added Maven default build goal #377 @kinow
11+
12+
Misc fixes:
13+
- Document Git, GitHub, Docker Hub, and Quay.io release process #360 @mr-c
14+
- Migrate from MongoDB to PostgreSQL #378 @kinow
15+
16+
Dependencies upgrade:
17+
- Bump spring-data-commons from 2.6.0 to 2.6.1 #383 @mr-c
18+
- Bump jena-core from 4.3.2 to 4.4.0 #382 @mr-c
19+
- Bump hibernate-validator from 7.0.1.Final to 7.0.2.Final #381 @kinow
20+
- Bump spring-data-commons from 2.6.1 to 2.6.2 #380 @mr-c
521

622
## v1.4.1 [2021-12-21]
723
This version started using SpringBoot 2.6.1, and had other small code changes, and many dependencies upgraded.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.commonwl.view</groupId>
88
<artifactId>cwlviewer</artifactId>
9-
<version>1.4.2-SNAPSHOT</version>
9+
<version>1.4.2</version>
1010
<packaging>jar</packaging>
1111

1212
<name>CWLViewer</name>

0 commit comments

Comments
 (0)