diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6a22a444ae8b1935621abfa7958328dbd13994fd..4001d97d1f5643cbea3a2330fa7649ea613c8f76 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,8 @@
 # Changelog
+## [Unreleased]
+## [v1.2.2]
+### Fixed
+- Job times are now integers even after scaling.
 ## [v1.2.1]
 ### Fixed
 - Target file patterns now work from the CLI
@@ -41,7 +45,8 @@
 ### Fixed
 - Improved support for [linked placeholder values](https://open.win.ox.ac.uk/pages/fsl/file-tree/tutorial.html#linked-placholder-values). Previously, these would sometimes lead to crashes, when multiple conflicting jobs were created.
 
-[Unreleased]: https://git.fmrib.ox.ac.uk/fsl/fsl-pipe/-/compare/v1.2.1...main
+[Unreleased]: https://git.fmrib.ox.ac.uk/fsl/fsl-pipe/-/compare/v1.2.2...main
+[v1.2.2]: https://git.fmrib.ox.ac.uk/fsl/fsl-pipe/-/compare/v1.2.1...v1.2.2
 [v1.2.1]: https://git.fmrib.ox.ac.uk/fsl/fsl-pipe/-/compare/v1.2.0...v1.2.1
 [v1.2.0]: https://git.fmrib.ox.ac.uk/fsl/fsl-pipe/-/compare/v1.1.3...v1.2.0
 [v1.1.3]: https://git.fmrib.ox.ac.uk/fsl/fsl-pipe/-/compare/v1.1.2...v1.1.3
diff --git a/pyproject.toml b/pyproject.toml
index 15048f22a5575c82115a7e8cd8a34efabf6d8070..c6f4f8da836a02aa62196edf75c40b5c4df62230 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [project]
 name = "fsl-pipe"
-version = "1.2.1"
+version = "1.2.2"
 description = "Declarative pipelines based on Filetrees"
 readme = "README.md"
 requires-python = ">=3.10"