Skip to content

Commit

Permalink
prepare to release v1.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Jan 31, 2023
1 parent 8c9982e commit 3fa2fe2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@

# Changelog

## v1.4.7 [2023-01-31]

User visible changes
- The extensions to CWL that `cwltool` knows about will no longer results in an error

Operations changes:
- After we run `cwltool`, we now try harder to cleanup the process.

Dependecies upgrade:
- Bump jackson-core from 2.14.1 to 2.14.2
- Bump mockito-inline from 5.0.0 to 5.1.1

## v1.4.6 [2023-01-18]

User visible changes
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.6-SNAPSHOT</version>
<version>1.4.7</version>
<packaging>jar</packaging>

<name>CWLViewer</name>
Expand Down

0 comments on commit 3fa2fe2

Please sign in to comment.