Skip to content

Commit

Permalink
v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mobileoverlord committed Jan 25, 2019
1 parent 2bcf002 commit a937ee6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# PhoenixClient

## v0.5.1

* Bug fixes
* Attempt to reconnect the socket if transport exits abnormally.
* Prevent the channel from delivering multiple "phx_error" or "phx_close".
messages if the socket fails.
* Set the socket status to :disconnected when the transport exits.

## v0.5.0

**Important**
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.5.0",
version: "0.5.1",
elixir: "~> 1.6",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit a937ee6

Please sign in to comment.