diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 85cdef6..e6dcea5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "1.9.0", + ".": "1.9.1", "packages": { ".": { "extra-files": [ diff --git a/CHANGELOG.md b/CHANGELOG.md index 45e5070..925d590 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.9.1](https://github.com/CHIMEFRB/workflow/compare/v1.9.0...v1.9.1) (2024-07-16) + + +### Bug Fixes + +* **entrypoint:** added it to Dockerfile ([8faf57c](https://github.com/CHIMEFRB/workflow/commit/8faf57c1e8c08fa75a22719806e804dbf13c0f97)) + ## [1.9.0](https://github.com/CHIMEFRB/workflow/compare/v1.8.1...v1.9.0) (2024-07-16) diff --git a/pyproject.toml b/pyproject.toml index 681b3bc..cb6e934 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "workflow.core" -version = "1.9.0" +version = "1.9.1" description = "Workflow Core" authors = ["Shiny Brar "] license = "MIT"