Skip to content

Commit 2b9105d

Browse files
committed
release v2.4.2
1 parent d6b5b56 commit 2b9105d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
<!-- ### Added | Changed | Deprecated | Removed | Fixed | Security -->
1313

14+
<!--------------------- Don't add new entries after this line --------------------->
15+
16+
## [2.4.2] - 2023-10-18
17+
1418
### Fixed
1519

1620
- `K8s.Client.Mint.HTTPAdapter` - Only stop the process if the connection is closed for reading (and writing). - [#280](https://github.com/coryodaniel/k8s/issues/280), [#285](https://github.com/coryodaniel/k8s/pull/285)
1721

18-
<!--------------------- Don't add new entries after this line --------------------->
19-
2022
## [2.4.1] - 2023-08-15
2123

2224
### Fixed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule K8s.MixProject do
22
use Mix.Project
33

44
@source_url "https://github.com/coryodaniel/k8s"
5-
@version "2.4.1"
5+
@version "2.4.2"
66

77
def project do
88
[

0 commit comments

Comments
 (0)