File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ 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+ ## 0.4.2 - 2025-04-06
17+
1418### Added
1519
1620- Support for ` proxy-url ` setting in Kubeconfig [ #81 ] ( https://github.com/mruoss/kubereq/pull/81 )
@@ -23,8 +27,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2327
2428- Added missing ` Kubereq.PodExec.child_spec/1 ` and ` Kubereq.PodExec.child_spec/2 ` . [ #81 ] ( https://github.com/mruoss/kubereq/pull/82 )
2529
26- <!-- ------------------- Don't add new entries after this line --------------------->
27-
2830## 0.4.1 - 2024-12-26
2931
3032### Added
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ defmodule Kubereq.MixProject do
33
44 @ app :kubereq
55 @ source_url "https://github.com/mruoss/#{ @ app } "
6- @ version "0.4.1 "
6+ @ version "0.4.2 "
77
88 def project do
99 [
You can’t perform that action at this time.
0 commit comments