Skip to content

Commit

Permalink
chore(main): release 1.9.9 (#107)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Aug 6, 2024
1 parent 01bdda5 commit 789b531
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "1.9.7",
".": "1.9.9",
"packages": {
".": {
"extra-files": [
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "workflow.core"
version = "1.9.8"
version = "1.9.9"
description = "Workflow Core"
authors = ["Shiny Brar <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 789b531

Please sign in to comment.