Skip to content

Commit 3d8b1d0

Browse files
committed
release 2.1.1
1 parent afeac1b commit 3d8b1d0

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
<!-- ### Added | Changed | Deprecated | Removed | Fixed | Security -->
1313

14+
<!--------------------- Don't add new entries after this line --------------------->
15+
16+
## [2.1.1] - 2023-03-02
17+
1418
### Fixed
1519

1620
- Watcher reset resource version for objects with a "message" field. - [#232](https://github.com/coryodaniel/k8s/issues/232), [#231](https://github.com/coryodaniel/k8s/issues/231)
1721

18-
<!--------------------- Don't add new entries after this line --------------------->
19-
2022
## [2.1.0] - 2023-02-25
2123

2224
### Added

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule K8s.MixProject do
22
use Mix.Project
33

44
@source_url "https://github.com/coryodaniel/k8s"
5-
@version "2.1.0"
5+
@version "2.1.1"
66

77
def project do
88
[

0 commit comments

Comments
 (0)