Skip to content

Commit

Permalink
Bump version to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mikedavis committed Sep 18, 2022
1 parent c06e81a commit 4c431a2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ The format is based on [Keep a
Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.0.1 - 2022-09-18

### Fixed

- WebSocket frames are now correctly buffered when a partially received
frame is split in the payload-length segment.

## 1.0.0 - 2022-04-12

v1.0.0 is released!
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule MintWebSocket.MixProject do
def project do
[
app: :mint_web_socket,
version: "1.0.0",
version: "1.0.1",
elixir: "~> 1.8",
elixirc_paths: elixirc_paths(Mix.env()),
erlc_paths: erlc_paths(Mix.env()),
Expand Down

0 comments on commit 4c431a2

Please sign in to comment.