Skip to content

Commit

Permalink
bump to version 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ch4s3 committed Oct 31, 2022
1 parent f1b31a3 commit e0c07a0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.9.2] - 2022-10-31

### Fixes

- Fixes issue where ports that timed our of were closed upstream were not closed in faktory_worker ([#172](https://github.com/opt-elixir/faktory_worker/pull/172))

### Updates

- Bump jason from 1.3.0 to 1.4.0 ([#170](https://github.com/opt-elixir/faktory_worker/pull/170))
- Bump ex_doc from 0.28.4 to 0.28.5 ([#169](https://github.com/opt-elixir/faktory_worker/pull/169))
## [1.9.1] - 2022-08-24

- Add more granular warn/error level logging for various events in telemetry ([#166](https://github.com/opt-elixir/faktory_worker/pull/166))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To get started with Faktory Worker first add the dependency to your `mix.exs` fi
```elixir
defp deps do
[
{:faktory_worker, "~> 1.9.1"}
{:faktory_worker, "~> 1.9.2"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule FaktoryWorker.MixProject do
def project do
[
app: :faktory_worker,
version: "1.9.1",
version: "1.9.2",
elixir: "~> 1.8",
description: description(),
package: package(),
Expand Down

0 comments on commit e0c07a0

Please sign in to comment.