Skip to content

Commit

Permalink
release v2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mruoss committed Oct 17, 2023
1 parent d6b5b56 commit 2b9105d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

<!--------------------- Don't add new entries after this line --------------------->

## [2.4.2] - 2023-10-18

### Fixed

- `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)

<!--------------------- Don't add new entries after this line --------------------->

## [2.4.1] - 2023-08-15

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule K8s.MixProject do
use Mix.Project

@source_url "https://github.com/coryodaniel/k8s"
@version "2.4.1"
@version "2.4.2"

def project do
[
Expand Down

0 comments on commit 2b9105d

Please sign in to comment.