From 6cf2995eb2edb77fc020d9c52e235e651e00c22a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 11:51:41 +0300 Subject: [PATCH] chore(main): release 1.4.2 (#64) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c55039..af3a119 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.2](https://github.com/judoscale/judoscale-python/compare/v1.4.1...v1.4.2) (2023-06-26) + + +### Bug Fixes + +* Prevent reporter from running if Config.is_enabled is False ([#63](https://github.com/judoscale/judoscale-python/issues/63)) ([daebe4b](https://github.com/judoscale/judoscale-python/commit/daebe4bbbbe0282d8d8bc5b4aef49a3744a81b71)) + ## [1.4.1](https://github.com/judoscale/judoscale-python/compare/v1.4.0...v1.4.1) (2023-04-28) diff --git a/pyproject.toml b/pyproject.toml index f59185e..6778615 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "judoscale" -version = "1.4.1" +version = "1.4.2" description = "Official Python adapter for Judoscale — the advanced autoscaler for Heroku" authors = [ "Adam McCrea ",