diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ec3a56..035eb3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ Versions follow [Semantic Versioning 2.0](https://semver.org/spec/v2.0.0.html) ## Unreleased changes post [1.4.0] +## [1.4.1] - 2023-08-30 + - Bump minimum required Elixir version to 1.12. + ## [1.4.0] - 2023-08-27 ### Added diff --git a/mix.exs b/mix.exs index ac99f78..27def63 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.0" + @version "1.4.1" def project do [