diff --git a/CHANGELOG.md b/CHANGELOG.md index ae18915..b1045aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 0.37.0 - TBD +## 0.36.2 - 2024-06-25 #### Enhancements - Upgraded `databento-dbn` to 0.18.2 @@ -9,7 +9,7 @@ #### Enhancements - Added type alias `TBBOMsg` for `MBP1Msg` -- Added support for `BBO-1s`, `BBO-1m`, and `Status` schemas +- 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 ef5853c..0128764 100644 --- a/databento/version.py +++ b/databento/version.py @@ -1 +1 @@ -__version__ = "0.36.1" +__version__ = "0.36.2" diff --git a/pyproject.toml b/pyproject.toml index ec41420..4732776 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "databento" -version = "0.36.1" +version = "0.36.2" description = "Official Python client library for Databento" authors = [ "Databento ",