Skip to content

Commit

Permalink
Prep for 0.4.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Azolo committed Mar 21, 2021
1 parent ad20100 commit 85109f1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.4.3
### Enhancements
- Added `ssl_options` documentation
- Also support for dialyzer analysis

### Bug Fixes
- Properly hand-off when establishing a connection using `:ssl`
- Before we could miss messages that were sent before hand-off
- Handle large but incomplete `:continuation` frames.

## 0.4.2
### Enhancements
- Added `ssl_options` to `WebSockex.Conn` struct.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Add `websockex` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:websockex, "~> 0.4.2"}]
[{:websockex, "~> 0.4.3"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule WebSockex.Mixfile do
[
app: :websockex,
name: "WebSockex",
version: "0.4.2",
version: "0.4.3",
elixir: "~> 1.3",
description: "An Elixir WebSocket client",
source_url: "https://github.com/Azolo/websockex",
Expand Down

0 comments on commit 85109f1

Please sign in to comment.