Skip to content

Commit

Permalink
chore(main): release 1.2.0 (#44)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Mar 27, 2023
1 parent e2d3262 commit 6b66046
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <adam@adamlogic.com>",
Expand Down

0 comments on commit 6b66046

Please sign in to comment.