From 8023c4c7e445393c991e272287fd7fcd590aac93 Mon Sep 17 00:00:00 2001 From: Michael Ruoss Date: Mon, 27 Mar 2023 20:08:52 +0200 Subject: [PATCH] release 2.2.0 --- CHANGELOG.md | 6 ++++-- mix.exs | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e85a186..be8541f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 + + +## [2.2.0] - 2023-03-27 + ### Fixed - `K8s.Conn.Auth.Exec` - Define default value for `:args` - [#240](https://github.com/coryodaniel/k8s/pull/240) @@ -19,8 +23,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `K8s.Conn.Auth.Azure` - Azure auth provider added by @hanspagh - [#162](https://github.com/coryodaniel/k8s/issues/162), [#225](https://github.com/coryodaniel/k8s/issues/225) - - ## [2.1.1] - 2023-03-02 ### Fixed diff --git a/mix.exs b/mix.exs index 19ff9f7d..56361bfb 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.1.1" + @version "2.2.0" def project do [