We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7285f15 commit 0173ea5Copy full SHA for 0173ea5
CHANGELOG.md
@@ -8,6 +8,9 @@ Versions follow [Semantic Versioning 2.0](https://semver.org/spec/v2.0.0.html)
8
9
## Unreleased changes post [1.4.0]
10
11
+## [1.4.1] - 2023-08-30
12
+ - Bump minimum required Elixir version to 1.12.
13
+
14
## [1.4.0] - 2023-08-27
15
16
### Added
mix.exs
@@ -2,7 +2,7 @@ defmodule Dialyxir.Mixfile do
2
use Mix.Project
3
4
@source_url "https://github.com/jeremyjh/dialyxir"
5
- @version "1.4.0"
+ @version "1.4.1"
6
7
def project do
[
0 commit comments