Skip to content

Commit 3c9de10

Browse files
committed
release 2.5.0
1 parent d9b2fe2 commit 3c9de10

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ 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+
## [2.5.0] - 2023-11-12
16+
1417
### Added
1518

1619
- `K8s.Conn` - Add namespace info in case of service account connection.
1720

18-
<!--------------------- Don't add new entries after this line --------------------->
19-
2021
## [2.4.2] - 2023-10-18
2122

2223
### Fixed

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.4.2"
5+
@version "2.5.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)