Skip to content

Commit 7491498

Browse files
committed
Release 1.0.5
1 parent c2fe87f commit 7491498

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ The format is based on [Keep a
66
Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
77
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9+
## 1.0.5 - 2025-11-05
10+
11+
### Fixed
12+
13+
- Fixed a type warning on Elixir 1.19+ about struct updating in the
14+
`Extension` module.
15+
916
## 1.0.4 - 2024-06-14
1017

1118
### Fixed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule MintWebSocket.MixProject do
66
def project do
77
[
88
app: :mint_web_socket,
9-
version: "1.0.4",
9+
version: "1.0.5",
1010
elixir: "~> 1.6",
1111
elixirc_paths: elixirc_paths(Mix.env()),
1212
erlc_paths: erlc_paths(Mix.env()),

0 commit comments

Comments
 (0)