From 35adf166fc7c002dd72546cb20b3a0102b043cbf Mon Sep 17 00:00:00 2001 From: Michael Ruoss Date: Tue, 15 Aug 2023 12:54:54 +0200 Subject: [PATCH] release version 2.4.1 --- CHANGELOG.md | 6 ++++-- mix.exs | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d72595b..b3bfd097 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,12 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 + + +## [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) - - ## [2.4.0] - 2023-07-07 ### Added diff --git a/mix.exs b/mix.exs index 7bb64ab1..34a045a8 100644 --- a/mix.exs +++ b/mix.exs @@ -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 [