Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcloutier committed Dec 17, 2021
1 parent 3bdcc45 commit be4cf85
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,5 +1,15 @@
# Changelog

## v0.6.0

* Updates
* BREAKING CHANGE: Dynamic subscriptions are no longer supported
* :infinity is no longer the default for publish work item TTL or work list bound
* BREAKING CHANGE: The API for publishing is simplified; there's now only one publish call

* Fixes
* Dynamic subscriptions were broken in failure and retry scenarios, removing support for them fixes that

## v0.5.1

* Updates
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ installed by adding `jackalope` to your list of dependencies in
```elixir
def deps do
[
{:jackalope, "~> 0.5.0"}
{:jackalope, "~> 0.6.0"}
]
end
```
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Jackalope.MixProject do
use Mix.Project

@version "0.5.1"
@version "0.6.0"
@source_url "https://github.com/smartrent/jackalope"

def project() do
Expand Down

0 comments on commit be4cf85

Please sign in to comment.