diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f71916..9894d87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 For pre-1.0 releases, see [0.0.35 Changelog](https://github.com/noteable-io/origami/blob/0.0.35/CHANGELOG.md) ## [Unreleased] + +### [1.0.0-alpha.5] - 2023-08-16 ### Added +- Optional output-for-LLM field in KernelOutput model - `integrated_ai*` message models for the `kernels` channel +### Fixed +- Create `RTUClient.kernel_pod_name` with the right suffix + ### [1.0.0-alpha.4] - 2023-08-08 ### Added - `rtu_client.update_cell_content` that takes cell id and a diff-match-patch patch str diff --git a/pyproject.toml b/pyproject.toml index f99cee5..7b545d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ [tool.poetry] name = "noteable-origami" -version = "1.0.0-alpha.4" +version = "1.0.0-alpha.5" description = "The Noteable API interface" authors = ["Matt Seal "] maintainers = ["Matt Seal "]