Skip to content

Commit 2839f60

Browse files
committed
release v2.6.1
1 parent fcaf2ca commit 2839f60

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.6.1] - 2024-04-29
17+
1618
### Fixed
1719

1820
- With the upgrade to `mint` 1.6.0, there's no need for setting

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule K8s.MixProject do
33

44
@app :k8s
55
@source_url "https://github.com/coryodaniel/#{@app}"
6-
@version "2.6.0"
6+
@version "2.6.1"
77

88
def project do
99
[

0 commit comments

Comments
 (0)