Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mobileoverlord committed Sep 26, 2019
1 parent 46249e1 commit bfb27ab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# PhoenixClient

## v0.9.0

* Enhancements
* All out of band reply messages are delivered to the channel's caller
as broadcast messages. This allows the use of `push_async` to send
messages to the server that may `:reply` in an indeterminate amount of time.

## v0.8.0

* Enhancements
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 PhoenixClient.Mixfile do
def project do
[
app: :phoenix_client,
version: "0.8.0",
version: "0.9.0",
elixir: "~> 1.6",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit bfb27ab

Please sign in to comment.