From cd22f85b1a1411380f1ce63cfa43999e84e0fb36 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 14:36:53 -0400 Subject: [PATCH] chore(main): release 1.9.11 (#118) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .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 9783c7a..2926a58 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "1.9.10", + ".": "1.9.11", "packages": { ".": { "extra-files": [ diff --git a/CHANGELOG.md b/CHANGELOG.md index 883216d..0f169dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.9.11](https://github.com/CHIMEFRB/workflow/compare/v1.9.10...v1.9.11) (2024-09-06) + + +### Bug Fixes + +* loki logs in workflow web ([#117](https://github.com/CHIMEFRB/workflow/issues/117)) ([8ea12d9](https://github.com/CHIMEFRB/workflow/commit/8ea12d9b33bb12132fb1d814049ee8f5a05d4ba1)) + ## [1.9.10](https://github.com/CHIMEFRB/workflow/compare/v1.9.9...v1.9.10) (2024-08-26) diff --git a/pyproject.toml b/pyproject.toml index ff779c7..367a410 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "workflow.core" -version = "1.9.10" +version = "1.9.11" description = "Workflow Core" authors = ["Shiny Brar "] license = "MIT"