Skip to content

Commit 1d2fb67

Browse files
committed
v2.12.1
1 parent 90d4846 commit 1d2fb67

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 2.12.1
2+
3+
### Fixes
4+
- Print logr prefix if it exists (#1275) [90d4846]
5+
6+
### Maintenance
7+
- Bump actions/checkout from 3 to 4 (#1271) [555f543]
8+
- Bump golang.org/x/sys from 0.11.0 to 0.12.0 (#1270) [d867b7d]
9+
110
## 2.12.0
211

312
### Features

types/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package types
22

3-
const VERSION = "2.12.0"
3+
const VERSION = "2.12.1"

0 commit comments

Comments
 (0)