File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
<!-- ### Added | Changed | Deprecated | Removed | Fixed | Security -->
13
13
14
+ <!-- ------------------- Don't add new entries after this line --------------------->
15
+
16
+ ## [ 2.0.0-rc.6] - 2023-01-19
17
+
14
18
### Fixed
15
19
16
20
- Unable to parse response (invalid JSON) ([ #215 ] ( https://github.com/coryodaniel/k8s/pull/215 ) )
17
21
18
- <!-- ------------------- Don't add new entries after this line --------------------->
19
-
20
22
## [ 2.0.0-rc.5] - 2023-01-08
21
23
22
24
### Changed
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule K8s.MixProject do
2
2
use Mix.Project
3
3
4
4
@ source_url "https://github.com/coryodaniel/k8s"
5
- @ version "2.0.0-rc.5 "
5
+ @ version "2.0.0-rc.6 "
6
6
7
7
def project do
8
8
[
You can’t perform that action at this time.
0 commit comments