Skip to content

Commit

Permalink
prepare for v1.4.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Jun 8, 2022
1 parent 6ce22f8 commit 8bf8a37
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@

# Changelog

## v1.4.4 [2022-06-08]

Rebuild container to pull in newer version of Python (3.6.9)
Use Java 17 LTS
Update Docker command java location

Bump postgresql from 1.17.1 to 1.17.2
Bump spring-data-commons from 2.6.3 to 2.7.0
Bump hibernate-types-55 from 2.16.1 to 2.16.2
Bump jena-core from 4.4.0 to 4.5.0
Bump jackson-core from 2.13.2 to 2.13.3
Update spring boot (2.6.1 → 2.6.7), liquibase (unpinned → 4.10.), jgit (5.13 → 6.1)
Bump liquibase-core from 4.10.0 to 4.11.0
Bump junit-jupiter from 1.17.1 to 1.17.2

## v1.4.3 [2022-04-19]
A few workflows were not rendering correctly after the upgrade from MongoDB to
PostgreSQL. The reason was a security update in Thymeleaf that stopped Java
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.commonwl.view</groupId>
<artifactId>cwlviewer</artifactId>
<version>1.4.4-SNAPSHOT</version>
<version>1.4.4</version>
<packaging>jar</packaging>

<name>CWLViewer</name>
Expand Down

0 comments on commit 8bf8a37

Please sign in to comment.