We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcaf2ca commit 2839f60Copy full SHA for 2839f60
CHANGELOG.md
@@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
14
<!--------------------- Don't add new entries after this line --------------------->
15
16
+## [2.6.1] - 2024-04-29
17
+
18
### Fixed
19
20
- With the upgrade to `mint` 1.6.0, there's no need for setting
mix.exs
@@ -3,7 +3,7 @@ defmodule K8s.MixProject do
3
4
@app :k8s
5
@source_url "https://github.com/coryodaniel/#{@app}"
6
- @version "2.6.0"
+ @version "2.6.1"
7
8
def project do
9
[
0 commit comments