diff --git a/CHANGELOG.md b/CHANGELOG.md index c7af0be4..3b8ef5b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,16 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased -### Fixed - -- Resume watch when API server has gone away - [#226](https://github.com/coryodaniel/k8s/pull/226), [#222](https://github.com/coryodaniel/k8s/issues/222) - +## [2.0.2] - 2023-02-16 + +### Fixed + +- Resume watch when API server has gone away - [#226](https://github.com/coryodaniel/k8s/pull/226), [#222](https://github.com/coryodaniel/k8s/issues/222) + ## [2.0.1] - 2023-02-12 ### Fixed diff --git a/mix.exs b/mix.exs index dff63f31..ff15dde8 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.0.1" + @version "2.0.2" def project do [