Skip to content

Commit 8bf8a37

Browse files
committed
prepare for v1.4.4 release
1 parent 6ce22f8 commit 8bf8a37

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11

22
# Changelog
33

4+
## v1.4.4 [2022-06-08]
5+
6+
Rebuild container to pull in newer version of Python (3.6.9)
7+
Use Java 17 LTS
8+
Update Docker command java location
9+
10+
Bump postgresql from 1.17.1 to 1.17.2
11+
Bump spring-data-commons from 2.6.3 to 2.7.0
12+
Bump hibernate-types-55 from 2.16.1 to 2.16.2
13+
Bump jena-core from 4.4.0 to 4.5.0
14+
Bump jackson-core from 2.13.2 to 2.13.3
15+
Update spring boot (2.6.1 → 2.6.7), liquibase (unpinned → 4.10.), jgit (5.13 → 6.1)
16+
Bump liquibase-core from 4.10.0 to 4.11.0
17+
Bump junit-jupiter from 1.17.1 to 1.17.2
18+
419
## v1.4.3 [2022-04-19]
520
A few workflows were not rendering correctly after the upgrade from MongoDB to
621
PostgreSQL. The reason was a security update in Thymeleaf that stopped Java

pom.xml

+1-1
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.4-SNAPSHOT</version>
9+
<version>1.4.4</version>
1010
<packaging>jar</packaging>
1111

1212
<name>CWLViewer</name>

0 commit comments

Comments
 (0)