From 6b660466cacfc2065a21cde336373b3c81796a52 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 09:52:12 -0400 Subject: [PATCH] chore(main): release 1.2.0 (#44) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 14 ++++++++++++++ pyproject.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86b91f3..c89c827 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.2.0](https://github.com/judoscale/judoscale-python/compare/v1.1.0...v1.2.0) (2023-03-27) + + +### Features + +* Handle ambiguous timestamp values in X-Request-Start ([ed56895](https://github.com/judoscale/judoscale-python/commit/ed56895c95269fafbb54c914d588787081458937)) +* Job backend configuration options ([e2d3262](https://github.com/judoscale/judoscale-python/commit/e2d3262fa0b61acc69235a31cff42ec630514509)) +* Render integration ([cd62c24](https://github.com/judoscale/judoscale-python/commit/cd62c24c06a0edce942162a1edd8e6229a5c2216)) + + +### Bug Fixes + +* Handle minimum Redis version ([a35a38a](https://github.com/judoscale/judoscale-python/commit/a35a38ac4a95615beaf6ac88a0a429b644b86051)) + ## [1.1.0](https://github.com/judoscale/judoscale-python/compare/v1.0.0...v1.1.0) (2023-03-08) diff --git a/pyproject.toml b/pyproject.toml index 0f360fe..2a32162 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "judoscale" -version = "1.1.0" +version = "1.2.0" description = "Official Python adapter for Judoscale — the advanced autoscaler for Heroku" authors = [ "Adam McCrea ",