Skip to content

Commit 90c7d06

Browse files
committed
release 2.7.0
1 parent 8311780 commit 90c7d06

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.7.0] - 2025-01-09
17+
1418
### Added
1519

1620
- Add support for passing kubeconfig as a YAML string with K8s.Conn.from_string/2 [#364](https://github.com/coryodaniel/k8s/pull/364)
1721

18-
<!--------------------- Don't add new entries after this line --------------------->
19-
2022
## [2.6.2] - 2025-01-09
2123

2224
### Fixed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule K8s.MixProject do
33

44
@app :k8s
55
@source_url "https://github.com/coryodaniel/#{@app}"
6-
@version "2.6.2"
6+
@version "2.7.0"
77

88
def project do
99
[

0 commit comments

Comments
 (0)