File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
<!-- ### Added | Changed | Deprecated | Removed | Fixed | Security -->
13
13
14
+ <!-- ------------------- Don't add new entries after this line --------------------->
15
+
16
+ ## [ 1.1.6] - 2022-10-03
17
+
14
18
### Fixed
15
19
16
20
- ` K8s.Resourse.label/2 ` : spec updated to accept label maps as a second argument [ #177 ] ( https://github.com/coryodaniel/k8s/pull/177 )
17
21
- ` K8s.Discovery.Driver.File ` : Use ` conn.discovery_opts ` in file discovery driver ([ #180 ] ( https://github.com/coryodaniel/k8s/pull/180 ) )
18
22
- ` K8s.Client.DynamicHTTPProvider.request/5 ` : Fix converting PID to string inside error message ([ #181 ] ( https://github.com/coryodaniel/k8s/pull/181 ) )
19
23
20
- <!-- ------------------- Don't add new entries after this line --------------------->
21
-
22
24
## [ 1.1.5] - 2022-05-19
23
25
24
26
### Fixed
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule K8s.MixProject do
2
2
use Mix.Project
3
3
4
4
@ source_url "https://github.com/coryodaniel/k8s"
5
- @ version "1.1.5 "
5
+ @ version "1.1.6 "
6
6
7
7
def project do
8
8
[
You can’t perform that action at this time.
0 commit comments