CHANGELOG: prepare for a bugfix release

A minor version bump seems unnecessary when we are just adding support
for a new Go version, and that support was very easy to do.
pull/918/head v0.14.1
Daniel Martí 2 months ago committed by Paul Scheduikat
parent 3936ebfe5d
commit 2e9cd84bde

@ -1,5 +1,9 @@
# Changelog
## [v0.14.1] - 2025-02-12
This release adds support for Go 1.24 and continues support for Go 1.23.
## [v0.14.0] - 2025-01-26
This release drops support for Go 1.22 and continues support for Go 1.23.
@ -314,7 +318,9 @@ Known bugs:
* obfuscating the standard library with `GOPRIVATE=*` is not well supported yet
* `garble test` is temporarily disabled, as it is currently broken
[v0.12.1]: https://github.com/burrowers/garble/releases/tag/v0.12.1
[v0.14.1]: https://github.com/burrowers/garble/releases/tag/v0.14.1
[v0.14.0]: https://github.com/burrowers/garble/releases/tag/v0.14.0
[v0.13.0]: https://github.com/burrowers/garble/releases/tag/v0.13.0
[v0.12.0]: https://github.com/burrowers/garble/releases/tag/v0.12.0
[#690]: https://github.com/burrowers/garble/issues/690

Loading…
Cancel
Save