Skip to content

Commit

Permalink
Add 1.0.2 changelog notes
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mikedavis committed Dec 11, 2022
1 parent ab1f6fe commit 7e29878
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ 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.2 - 2022-12-11

### Fixed

- Dialyzer errors have been fixed and specs have been improved.

## 1.0.1 - 2022-09-18

### Fixed
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.1",
version: "1.0.2",
elixir: "~> 1.6",
elixirc_paths: elixirc_paths(Mix.env()),
erlc_paths: erlc_paths(Mix.env()),
Expand Down

0 comments on commit 7e29878

Please sign in to comment.