We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f10d5fa commit 5d9304cCopy full SHA for 5d9304c
CHANGELOG.md
@@ -6,7 +6,7 @@ The format is based on [Keep a
6
Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
7
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8
9
-## Unreleased
+## 1.0.4 - 2024-06-14
10
11
### Fixed
12
mix.exs
@@ -6,7 +6,7 @@ defmodule MintWebSocket.MixProject do
def project do
[
app: :mint_web_socket,
- version: "1.0.3",
+ version: "1.0.4",
elixir: "~> 1.6",
elixirc_paths: elixirc_paths(Mix.env()),
erlc_paths: erlc_paths(Mix.env()),
0 commit comments