Skip to content

Commit c741759

Browse files
author
Michael Ruoss
committed
2.0.0-rc.6
1 parent ab559fd commit c741759

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.0.0-rc.6] - 2023-01-19
17+
1418
### Fixed
1519

1620
- Unable to parse response (invalid JSON) ([#215](https://github.com/coryodaniel/k8s/pull/215))
1721

18-
<!--------------------- Don't add new entries after this line --------------------->
19-
2022
## [2.0.0-rc.5] - 2023-01-08
2123

2224
### Changed

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.0.0-rc.5"
5+
@version "2.0.0-rc.6"
66

77
def project do
88
[

0 commit comments

Comments
 (0)