diff --git a/CHANGELOG.md b/CHANGELOG.md index 82ce481..95db207 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.13.3](https://github.com/judoscale/judoscale-python/compare/v1.13.2...v1.13.3) (2026-05-13) + + +### Bug Fixes + +* Include broker connection stats in adapter report payload ([#134](https://github.com/judoscale/judoscale-python/issues/134)) ([2b7afdf](https://github.com/judoscale/judoscale-python/commit/2b7afdfb1b240a1468d97001d315278fd449abe4)) +* Keep reporter thread alive when a collector raises ([#133](https://github.com/judoscale/judoscale-python/issues/133)) ([ece7ea1](https://github.com/judoscale/judoscale-python/commit/ece7ea1bbe8ec5cedbe64407c3bffe3aebbb4fee)) + ## [1.13.2](https://github.com/judoscale/judoscale-python/compare/v1.13.1...v1.13.2) (2026-03-05) diff --git a/pyproject.toml b/pyproject.toml index 6d2ea19..170b565 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "judoscale" -version = "1.13.2" +version = "1.13.3" description = "Official Python package for the Judoscale autoscaler" authors = [ "Adam McCrea ",