Skip to content

Commit

Permalink
Update version and changelog to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Lee authored and Joel Lee committed Feb 7, 2021
1 parent da42318 commit 9e0181f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.0.0
- Allow passing options to serializer for decoding based on the opcode (`:text` or `:binary`). Thanks @cabol


## 3.2.2

This library has been retired.
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Phoenix.GenSocketClient.Mixfile do
use Mix.Project

@version "3.2.2"
@version "4.0.0"
@github_url "https://github.com/Aircloak/phoenix_gen_socket_client"

def project do
Expand Down

0 comments on commit 9e0181f

Please sign in to comment.