Skip to content

Commit

Permalink
release 1.1.2 (#189)
Browse files Browse the repository at this point in the history
* add NOTEABLE_RTU_URL

* fix space / test

* release 1.1.2
  • Loading branch information
Matt Kafonek authored Oct 12, 2023
1 parent 467a186 commit 870a650
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
maintainers = ["Matt Seal <[email protected]>"]
Expand Down

0 comments on commit 870a650

Please sign in to comment.