Skip to content

Commit

Permalink
chore(main): release 1.6.0 (#73)
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 Oct 2, 2023
1 parent 59fb8e1 commit 846b1e4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.6.0](https://github.com/judoscale/judoscale-python/compare/v1.5.1...v1.6.0) (2023-10-02)


### Features

* Allow setting Judoscale log level using an env var ([#72](https://github.com/judoscale/judoscale-python/issues/72)) ([b9e9046](https://github.com/judoscale/judoscale-python/commit/b9e9046f0c64ec7cf6d0e0d7367ab2d263f118d6))


### Bug Fixes

* judoscale.rq not getting registered in Django &lt; 3.2 ([#74](https://github.com/judoscale/judoscale-python/issues/74)) ([59fb8e1](https://github.com/judoscale/judoscale-python/commit/59fb8e1aa5906e09da5710a5e81dca58a38971b5))

## [1.5.1](https://github.com/judoscale/judoscale-python/compare/v1.5.0...v1.5.1) (2023-08-26)


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.5.1"
version = "1.6.0"
description = "Official Python adapter for Judoscale — the advanced autoscaler for Heroku"
authors = [
"Adam McCrea <[email protected]>",
Expand Down

0 comments on commit 846b1e4

Please sign in to comment.