diff --git a/CHANGELOG.md b/CHANGELOG.md index f3683d58..c837f9b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,12 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 + +## [2.5.0] - 2023-11-12 + ### Added - `K8s.Conn` - Add namespace info in case of service account connection. - - ## [2.4.2] - 2023-10-18 ### Fixed diff --git a/mix.exs b/mix.exs index cdde2a25..42fb0797 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.2" + @version "2.5.0" def project do [