File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,13 @@ 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
+ ## [ 2.5.0] - 2023-11-12
16
+
14
17
### Added
15
18
16
19
- ` K8s.Conn ` - Add namespace info in case of service account connection.
17
20
18
- <!-- ------------------- Don't add new entries after this line --------------------->
19
-
20
21
## [ 2.4.2] - 2023-10-18
21
22
22
23
### Fixed
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.4.2 "
5
+ @ version "2.5.0 "
6
6
7
7
def project do
8
8
[
You can’t perform that action at this time.
0 commit comments