From a4e78e13ea7168ab3db17a780f90101c2012c730 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 21:20:50 +0000 Subject: [PATCH] chore(main): release 1.9.5 --- .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 6e583e3..fdf1813 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "1.9.4", + ".": "1.9.5", "packages": { ".": { "extra-files": [ diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a7f264..b687559 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.9.5](https://github.com/CHIMEFRB/workflow/compare/v1.9.4...v1.9.5) (2024-07-17) + + +### Bug Fixes + +* **chimefrb-workspace:** add http baseurl for schedule and configs ([f774846](https://github.com/CHIMEFRB/workflow/commit/f77484651330c0f81e267d816e78397f81748d71)) + ## [1.9.4](https://github.com/CHIMEFRB/workflow/compare/v1.9.3...v1.9.4) (2024-07-17) diff --git a/pyproject.toml b/pyproject.toml index 763d68f..3ac7f6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "workflow.core" -version = "1.9.4" +version = "1.9.5" description = "Workflow Core" authors = ["Shiny Brar "] license = "MIT"