diff --git a/CHANGELOG.md b/CHANGELOG.md index 332c24b..36865e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.11.1 (Released 2024-03-05) + +IMPROVEMENTS + +- fix: wire file parse bug, improve logic for picking json vs plaintext parser + ## v0.11.0 (Released 2024-02-27) IMPROVEMENTS diff --git a/version.go b/version.go index 4131eed..452634e 100644 --- a/version.go +++ b/version.go @@ -5,4 +5,4 @@ package fed // Version is the current version -const Version = "v0.11.0" +const Version = "v0.11.1"