Skip to content

Commit

Permalink
Version bump to 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrudel committed Oct 30, 2023
1 parent df3d417 commit 869ac65
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Changelog for 0.x
## 0.5.5 (30 Oct 2023)

### Enhancements

* Add a `:max_heap_size` option (#15, thanks @v0idpwn!)
* Validate client upgrade request at the time of upgrade (#14)

## 0.5.4 (15 Aug 2023)

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 WebSockAdapter.MixProject do
def project do
[
app: :websock_adapter,
version: "0.5.4",
version: "0.5.5",
elixir: "~> 1.9",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 869ac65

Please sign in to comment.