diff --git a/CHANGELOG.md b/CHANGELOG.md
index cb3cf35c..10881e66 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,34 @@
# Changelog
-## v1.4.5 [unreleased]
+## v1.4.5 [2022-09-30]
+
+User visible changes
+
+- Switch to snakeyaml-engine (YAML 1.2) from snakeyaml (YAML 1.1) to improve
+ YAML parsing (less errors)
+- Made explicit that only gitlab.com and github.com are supported as shortcuts,
+and that specifying workflows on other hosts needs an explicit
+git repo URL + branch + path.
+- Fewer errors due to the use of complex types
+- Support workflows using `MultipleInputFeatureRequirement`
+
+Minor changes:
+- Always pass --disable-color to cwltool to improve the logs
+- Removed explicit html5lib Python dependency
+- Improvements to container building.
+- Added diagram of operation to the docs
+
+Dependecies upgrade:
+- Bump maven-enforcer-plugin from 3.0.0 to 3.1.0
+- Bump liquibase-core from 4.11.0 to 4.16.1
+- Bump spring-data-commons from 2.7.0 to 2.7.3
+- Bump hibernate-types-55 from 2.16.2 to 2.19.2
+- Bump postgresql from 1.17.2 to 1.17.4
+- Bump junit-jupiter from 1.17.2 to 1.17.3
+- Bump jena-core from 4.5.0 to 4.6.1
+- Bump jackson-core from 2.13.3 to 2.13.4
-Switch to snakeyaml-engine (YAML 1.2) from snakeyaml (YAML 1.1)
-Support workflows using `MultipleInputFeatureRequirement`
## v1.4.4 [2022-06-08]
diff --git a/pom.xml b/pom.xml
index ec2ede9e..07b83d86 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
org.commonwl.view
cwlviewer
- 1.4.4
+ 1.4.5
jar
CWLViewer