diff --git a/CHANGELOG.md b/CHANGELOG.md index 6561fa5..7abb663 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) Versions follow [Semantic Versioning 2.0](https://semver.org/spec/v2.0.0.html) -## Unreleased changes post [1.4.0] +## Unreleased changes post [1.4.4] + +## [1.4.3] - 2023-12-28 + ### Fixed + - Warnings with line & column. + - Formatting of `:record_match` warning. ## [1.4.2] - 2023-10-21 diff --git a/mix.exs b/mix.exs index 79860c1..8cf6494 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Dialyxir.Mixfile do use Mix.Project @source_url "https://github.com/jeremyjh/dialyxir" - @version "1.4.2" + @version "1.4.3" def project do [