From 870a6502f153f0bf8f18c5470ed40b412fc10b22 Mon Sep 17 00:00:00 2001 From: Matt Kafonek Date: Thu, 12 Oct 2023 12:53:00 -0400 Subject: [PATCH] release 1.1.2 (#189) * add NOTEABLE_RTU_URL * fix space / test * release 1.1.2 --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b00dd4b..dcf6a19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ For pre-1.0 releases, see [0.0.35 Changelog](https://github.com/noteable-io/orig ### Added - Environ variable `NOTEABLE_RTU_URL` to override RTU websocket, primarily for when apps are running in-cluster with Gate and need to use the http vs websocket service DNS +### [1.1.2] - 2023-10-12 +### Added +- Environ variable `NOTEABLE_RTU_URL` to override RTU websocket, primarily for when apps are running in-cluster with Gate and need to use the http vs websocket service DNS + ### Changed - Move the code logic for discovering recent version id and downloading seed Notebook from `APIClient` to `RTUClient` diff --git a/pyproject.toml b/pyproject.toml index e806246..20c549d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ [tool.poetry] name = "noteable-origami" -version = "1.1.1" +version = "1.1.2" description = "The Noteable API interface" authors = ["Matt Seal "] maintainers = ["Matt Seal "]