From 5d9304c42a4ea98fa4d747944b2ee40832aab01a Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Fri, 14 Jun 2024 15:46:33 -0400 Subject: [PATCH] Release 1.0.4 --- CHANGELOG.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7615d7b9..1ad8b836 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ 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). -## Unreleased +## 1.0.4 - 2024-06-14 ### Fixed diff --git a/mix.exs b/mix.exs index 0c68c5fd..1878cf34 100644 --- a/mix.exs +++ b/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()),