Skip to content

Commit 8b4eb47

Browse files
author
Michael Ruoss
committed
Publish version 1.1.5
1 parent a0e1fa8 commit 8b4eb47

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
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## [1.1.5] - 2022-05-19
11+
1012
### Fixed
1113

1214
- `K8s.Client.watch_and_stream/2`: 410 Gone not rescued [#159](https://github.com/coryodaniel/k8s/pull/159)

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.4"
5+
@version "1.1.5"
66

77
def project do
88
[

0 commit comments

Comments
 (0)