Skip to content

Commit

Permalink
bump version to 1.9.1, add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobby Grayson committed Aug 24, 2022
1 parent 0c12718 commit 1503c9d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [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))


## [1.9.0] - 2022-05-11

- `FaktoryWorker.send_command/2` added to make one-off commands more ergonomic
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.0",
version: "1.9.1",
elixir: "~> 1.8",
description: description(),
package: package(),
Expand Down

0 comments on commit 1503c9d

Please sign in to comment.