Skip to content

Commit

Permalink
release version 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mruoss committed Aug 15, 2023
1 parent f45d9ea commit 35adf16
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.1] - 2023-08-15

### Fixed

- `K8s.Client.Mint.HTTPAdapter` - Don't raise exception when terminating an adapter. - [#268](https://github.com/coryodaniel/k8s/issues/268), [#269](https://github.com/coryodaniel/k8s/pull/269)

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

## [2.4.0] - 2023-07-07

### Added
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.0"
@version "2.4.1"

def project do
[
Expand Down

0 comments on commit 35adf16

Please sign in to comment.