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.7.0] - 2025-01-09
17
+
14
18
### Added
15
19
16
20
- Add support for passing kubeconfig as a YAML string with K8s.Conn.from_string/2 [ #364 ] ( https://github.com/coryodaniel/k8s/pull/364 )
17
21
18
- <!-- ------------------- Don't add new entries after this line --------------------->
19
-
20
22
## [ 2.6.2] - 2025-01-09
21
23
22
24
### Fixed
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ defmodule K8s.MixProject do
3
3
4
4
@ app :k8s
5
5
@ source_url "https://github.com/coryodaniel/#{ @ app } "
6
- @ version "2.6.2 "
6
+ @ version "2.7.0 "
7
7
8
8
def project do
9
9
[
You can’t perform that action at this time.
0 commit comments