Skip to content

Commit

Permalink
Release v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrrooijen committed Jul 26, 2024
1 parent f1487b9 commit 8831ad2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.0.2

* Fix issue where Django's HttpResponse object doesn't accept the headers keyword argument. Headers are now applied to the response object directly.

## v1.0.1

* Add support for dashes in `Worker` names to match the Procfile process naming format. `Worker` is implicitly used when configuring HireFire using the `Configuration#dyno` method.
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 = "hirefire-resource"
version = "1.0.1"
version = "1.0.2"
description = "HireFire integration library for Python applications"
authors = ["Michael van Rooijen <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 8831ad2

Please sign in to comment.