Skip to content

Commit e5b75c9

Browse files
committed
publish 2.4.0
1 parent 4ee3e75 commit e5b75c9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
<!--------------------- Don't add new entries after this line --------------------->
1515

16+
## [2.4.0] - 2023-07-07
17+
1618
### Added
1719

1820
- `K8s.Client.wait_until/2` - Allow passing DELETE operations in order to wait for deletion.

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.3.0"
5+
@version "2.4.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)