From b0b67ab436066c3e1530dfb3112c210cbfddccfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Mon, 26 Sep 2022 12:26:22 +0100 Subject: [PATCH] CHANGELOG: releasing v0.7.2 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c56af7..0dc1773 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [v0.7.2] - 2022-09-?? +## [v0.7.2] - 2022-09-26 This bugfix release continues support for Go 1.18 and 1.19 and features: @@ -146,6 +146,7 @@ Known bugs: * obfuscating the standard library with `GOPRIVATE=*` is not well supported yet * `garble test` is temporarily disabled, as it is currently broken +[v0.7.2]: https://github.com/burrowers/garble/releases/tag/v0.7.2 [#573]: https://github.com/burrowers/garble/issues/573 [#577]: https://github.com/burrowers/garble/issues/577 [#553]: https://github.com/burrowers/garble/issues/553