Skip to content

Commit

Permalink
Version bump to 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrudel committed Aug 15, 2023
1 parent 4c22c67 commit 095d3ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog for 0.x

## 0.5.3 (15 Aug 2023)

### Enhancements

* Add ability to send preamble frames when closing a connection (#12)

## 0.5.2 (15 Jun 2023)

### Changes
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 WebSock.MixProject do
def project do
[
app: :websock,
version: "0.5.2",
version: "0.5.3",
elixir: "~> 1.9",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 095d3ae

Please sign in to comment.