From 71eda055c243f345b82021335df9a04598690fdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Tue, 17 Jan 2023 22:36:44 +0000 Subject: [PATCH] CHANGELOG: prepare for v0.9.0 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ff9cca..4fc379b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [v0.9.0] - 2023-01-?? +## [v0.9.0] - 2023-01-17 This release continues support for Go 1.19 and the upcoming Go 1.20. @@ -176,6 +176,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.9.0]: https://github.com/burrowers/garble/releases/tag/v0.9.0 [#619]: https://github.com/burrowers/garble/issues/619 [#621]: https://github.com/burrowers/garble/issues/621 [#622]: https://github.com/burrowers/garble/issues/622