Skip to content

Commit 0173ea5

Browse files
committed
Bump version for release
1 parent 7285f15 commit 0173ea5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ Versions follow [Semantic Versioning 2.0](https://semver.org/spec/v2.0.0.html)
88

99
## Unreleased changes post [1.4.0]
1010

11+
## [1.4.1] - 2023-08-30
12+
- Bump minimum required Elixir version to 1.12.
13+
1114
## [1.4.0] - 2023-08-27
1215

1316
### Added

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Dialyxir.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/jeremyjh/dialyxir"
5-
@version "1.4.0"
5+
@version "1.4.1"
66

77
def project do
88
[

0 commit comments

Comments
 (0)