From 90f00277a748f0bbcffc0dce4cdc0f44b329d75b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 26 Aug 2023 15:36:46 -0400 Subject: [PATCH] chore(main): release 1.5.1 (#71) 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 e79994d..0697887 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.1](https://github.com/judoscale/judoscale-python/compare/v1.5.0...v1.5.1) (2023-08-26) + + +### Bug Fixes + +* Gracefully handle missing task ID ([#70](https://github.com/judoscale/judoscale-python/issues/70)) ([8292add](https://github.com/judoscale/judoscale-python/commit/8292add5c7a91b766ed107c38bbffd291425ea5f)) + ## [1.5.0](https://github.com/judoscale/judoscale-python/compare/v1.4.2...v1.5.0) (2023-07-18) diff --git a/pyproject.toml b/pyproject.toml index f1a4e06..411f606 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "judoscale" -version = "1.5.0" +version = "1.5.1" description = "Official Python adapter for Judoscale — the advanced autoscaler for Heroku" authors = [ "Adam McCrea ",