diff --git a/CHANGELOG.md b/CHANGELOG.md index 16ec4a7..25422c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ # Changelog -## 0.36.1 - TBD +## 0.36.1 - 2024-06-18 #### Enhancements - Added type alias `TBBOMsg` for `MBP1Msg` +- Added support for `BBO-1s`, `BBO-1m`, and `Status` schemas - Instances of the `Live` client will now call `Live.stop` when garbage collected - Added new publisher values for `XNAS.BASIC` and `XNAS.NLS` diff --git a/databento/version.py b/databento/version.py index d9f2629..ef5853c 100644 --- a/databento/version.py +++ b/databento/version.py @@ -1 +1 @@ -__version__ = "0.36.0" +__version__ = "0.36.1" diff --git a/pyproject.toml b/pyproject.toml index 0321f0a..ded9222 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "databento" -version = "0.36.0" +version = "0.36.1" description = "Official Python client library for Databento" authors = [ "Databento ",