From 2839f606180b533596efe3fdd635c889aa9c5b4a Mon Sep 17 00:00:00 2001 From: Michael Ruoss Date: Mon, 29 Apr 2024 21:47:52 +0200 Subject: [PATCH] release v2.6.1 --- CHANGELOG.md | 2 ++ mix.exs | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 996ee612..5ad9316b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [2.6.1] - 2024-04-29 + ### Fixed - With the upgrade to `mint` 1.6.0, there's no need for setting diff --git a/mix.exs b/mix.exs index f02d0a5b..4902e2a6 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule K8s.MixProject do @app :k8s @source_url "https://github.com/coryodaniel/#{@app}" - @version "2.6.0" + @version "2.6.1" def project do [