Skip to content

Commit 1bd76a5

Browse files
committed
Version 0.2.1
1 parent efa77cc commit 1bd76a5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Change Log
22

3-
## 0.2.0-SNAPSHOT
3+
## 0.2.1
44
- Add support for JSON Patch, JSON Merge, Strategic Merge Patch and Server-Side
55
Apply requests.
6+
- Change how raise interceptor works to avoid unnecessary logging
67

78
## 0.1.2
89
- Fixes corner cases like `misc/logs` for Pods

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject nubank/k8s-api "0.2.1-SNAPSHOT"
1+
(defproject nubank/k8s-api "0.2.1"
22
:description "A library to talk with kubernetes api"
33
:url "https://github.com/nubank/k8s-api"
44
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"

0 commit comments

Comments
 (0)