Skip to content

Commit a21b812

Browse files
committed
release v0.11.1
1 parent da227de commit a21b812

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.11.1 (Released 2024-03-05)
2+
3+
IMPROVEMENTS
4+
5+
- fix: wire file parse bug, improve logic for picking json vs plaintext parser
6+
17
## v0.11.0 (Released 2024-02-27)
28

39
IMPROVEMENTS

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
package fed
66

77
// Version is the current version
8-
const Version = "v0.11.0"
8+
const Version = "v0.11.1"

0 commit comments

Comments
 (0)