diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index bfd153f..ea104e3 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.14.1](https://github.com/Safe-DS/Runner/compare/v0.14.0...v0.14.1) (2024-05-02) + + +### Bug Fixes + +* require `safe-ds` version 0.22.1 ([#105](https://github.com/Safe-DS/Runner/issues/105)) ([f3eeabe](https://github.com/Safe-DS/Runner/commit/f3eeabeb5497740cea7a9cd1d001957bc3e76c9b)) + ## [0.14.0](https://github.com/Safe-DS/Runner/compare/v0.13.1...v0.14.0) (2024-05-02) diff --git a/pyproject.toml b/pyproject.toml index d50fadc..11303c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "safe-ds-runner" -version = "0.14.0" +version = "0.14.1" description = "Execute Safe-DS programs that were compiled to Python." authors = ["Lars Reimann "] license = "MIT"