From e355ea45386aae5d3317ca151dcda739239a177b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 19:43:39 +0000 Subject: [PATCH] chore(main): release 1.9.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 543b6a7..6e583e3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "1.9.3", + ".": "1.9.4", "packages": { ".": { "extra-files": [ diff --git a/CHANGELOG.md b/CHANGELOG.md index 74ea4f4..7a7f264 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.9.4](https://github.com/CHIMEFRB/workflow/compare/v1.9.3...v1.9.4) (2024-07-17) + + +### Bug Fixes + +* **deps:** docker fixed to >=6.1 ([d454651](https://github.com/CHIMEFRB/workflow/commit/d45465102a718457123b004279927519e5ed777d)) + ## [1.9.3](https://github.com/CHIMEFRB/workflow/compare/v1.9.2...v1.9.3) (2024-07-17) diff --git a/pyproject.toml b/pyproject.toml index b2162b4..763d68f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "workflow.core" -version = "1.9.3" +version = "1.9.4" description = "Workflow Core" authors = ["Shiny Brar "] license = "MIT"