Skip to content

Commit 095d3ae

Browse files
committed
Version bump to 0.5.3
1 parent 4c22c67 commit 095d3ae

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog for 0.x
22

3+
## 0.5.3 (15 Aug 2023)
4+
5+
### Enhancements
6+
7+
* Add ability to send preamble frames when closing a connection (#12)
8+
39
## 0.5.2 (15 Jun 2023)
410

511
### Changes

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule WebSock.MixProject do
44
def project do
55
[
66
app: :websock,
7-
version: "0.5.2",
7+
version: "0.5.3",
88
elixir: "~> 1.9",
99
start_permanent: Mix.env() == :prod,
1010
deps: deps(),

0 commit comments

Comments
 (0)