diff --git a/CHANGELOG.md b/CHANGELOG.md index 25b7237a..50b99901 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ Find changes for the upcoming release in the project's [changelog.d](https://git + +## 8.1.0 (2024-05-30) + +### New features + +- `NotebookRunner` flocks can now pick up changes to their notebooks without having to restart the whole mobu process. This refresh can happen via: + - GitHub `push` webhook post to `/mobu/github/webhook` with changes to a repo and branch that matches the flock config + - `monkeyflocker refresh ` + - `POST` to `/mobu/flocks/{flock}/refresh` + ## 8.0.0 (2024-05-21) diff --git a/changelog.d/20240530_151558_danfuchs_notebook_refresh.md b/changelog.d/20240530_151558_danfuchs_notebook_refresh.md deleted file mode 100644 index 1777d493..00000000 --- a/changelog.d/20240530_151558_danfuchs_notebook_refresh.md +++ /dev/null @@ -1,6 +0,0 @@ -### New features - -- `NotebookRunner` flocks can now pick up changes to their notebooks without having to restart the whole mobu process. This refresh can happen via: - - GitHub `push` webhook post to `/mobu/github/webhook` with changes to a repo and branch that matches the flock config - - `monkeyflocker refresh ` - - `POST` to `/mobu/flocks/{flock}/refresh`