Skip to content

Commit 224be5b

Browse files
committed
v2.19.1
1 parent 76f4e0c commit 224be5b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Diff for: CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 2.19.1
2+
3+
### Fixes
4+
- update supported platforms for race conditions [63c8c30]
5+
- [build] Allow custom name for binaries. [ff41e27]
6+
7+
### Maintenance
8+
- bump gomega [76f4e0c]
9+
- Bump rexml from 3.2.6 to 3.2.8 in /docs (#1417) [b69c00d]
10+
- Bump golang.org/x/sys from 0.20.0 to 0.21.0 (#1425) [f097741]
11+
112
## 2.19.0
213

314
### Features

Diff for: 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.19.0"
3+
const VERSION = "2.19.1"

0 commit comments

Comments
 (0)