Skip to content

Commit 777fb25

Browse files
author
Michael Ruoss
authored
Merge pull request #182 from coryodaniel/1.1.6
prepare version 1.1.6
2 parents 2bffd58 + 83e5d60 commit 777fb25

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,16 @@ 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+
## [1.1.6] - 2022-10-03
17+
1418
### Fixed
1519

1620
- `K8s.Resourse.label/2`: spec updated to accept label maps as a second argument [#177](https://github.com/coryodaniel/k8s/pull/177)
1721
- `K8s.Discovery.Driver.File`: Use `conn.discovery_opts` in file discovery driver ([#180](https://github.com/coryodaniel/k8s/pull/180))
1822
- `K8s.Client.DynamicHTTPProvider.request/5`: Fix converting PID to string inside error message ([#181](https://github.com/coryodaniel/k8s/pull/181))
1923

20-
<!--------------------- Don't add new entries after this line --------------------->
21-
2224
## [1.1.5] - 2022-05-19
2325

2426
### 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 "1.1.5"
5+
@version "1.1.6"
66

77
def project do
88
[

0 commit comments

Comments
 (0)