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 a0e1fa8 commit 8b4eb47Copy full SHA for 8b4eb47
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## Unreleased
9
10
+## [1.1.5] - 2022-05-19
11
+
12
### Fixed
13
14
- `K8s.Client.watch_and_stream/2`: 410 Gone not rescued [#159](https://github.com/coryodaniel/k8s/pull/159)
mix.exs
@@ -2,7 +2,7 @@ defmodule K8s.MixProject do
2
use Mix.Project
3
4
@source_url "https://github.com/coryodaniel/k8s"
5
- @version "1.1.4"
+ @version "1.1.5"
6
def project do
[
0 commit comments