From 789b531fe4e06086ad0461f4f34593fdf844d1a9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 16:26:32 -0400 Subject: [PATCH] chore(main): release 1.9.9 (#107) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4a88a28..bc64b93 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "1.9.7", + ".": "1.9.9", "packages": { ".": { "extra-files": [ diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b0a287..d9ae232 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.9.9](https://github.com/CHIMEFRB/workflow/compare/v1.9.8...v1.9.9) (2024-08-06) + + +### Bug Fixes + +* **ci/cd:** update ci.yml ([3c6b70b](https://github.com/CHIMEFRB/workflow/commit/3c6b70b52bd4469fb7ce4226d6432dc3ca5c68b9)) +* **transfer.py:** fixed transfer daemon key error ([#106](https://github.com/CHIMEFRB/workflow/issues/106)) ([b4e6f54](https://github.com/CHIMEFRB/workflow/commit/b4e6f54f1b9a859b4cd21b7cada81787c26c5544)) + ## [1.9.8](https://github.com/CHIMEFRB/workflow/compare/v1.9.7...v1.9.8) (2024-07-31) diff --git a/pyproject.toml b/pyproject.toml index 20ed69a..0d83320 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "workflow.core" -version = "1.9.8" +version = "1.9.9" description = "Workflow Core" authors = ["Shiny Brar "] license = "MIT"