From 3fee0ac21acd56700b5fe3a278b225c5e4a5dfd2 Mon Sep 17 00:00:00 2001 From: Michael Ruoss Date: Thu, 16 Feb 2023 21:18:46 +0100 Subject: [PATCH] release 2.0.2 --- CHANGELOG.md | 10 ++++++---- mix.exs | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) 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 [