diff --git a/CHANGELOG.md b/CHANGELOG.md index aa3e99f..8d396e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,14 +8,16 @@ For pre-1.0 releases, see [0.0.35 Changelog](https://github.com/noteable-io/orig ## [Unreleased] +### [1.1.0] - 2023-09-28 ### Added - CLI for downloading Notebooks and tailing a Notebook to see all RTU messages - Modeling for RTU messages that were missing - `variable_explorer_request` on Kernels channel - `append_output_event` on Files channel - - `v0_create_widget_mdoel_event` on Files channel + - `v0_create_widget_model_event` on Files channel - Configuration options for `APIClient` and e2e tests from env variables. Use `NOTEABLE_TOKEN` and `NOTEABLE_API_URL` with `APIClient` - `APIClient.get_file_versions` to list all versions of a file, including version id, version number, and presigned url to download content for that version +- Updated docs for Origami 1.x syntax ### Changed - Raise a Runtime Error if trying to send a cell execute request when no Kernel is running diff --git a/pyproject.toml b/pyproject.toml index 6c69379..7027f1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ [tool.poetry] name = "noteable-origami" -version = "1.0.0" +version = "1.1.0" description = "The Noteable API interface" authors = ["Matt Seal "] maintainers = ["Matt Seal "]