From 5bf1f868863adac49a16ad32748a61d324ace592 Mon Sep 17 00:00:00 2001 From: wackbyte Date: Mon, 11 Jul 2022 00:44:47 -0400 Subject: [PATCH] Fix link to v7.2.1 in the changelog (#578) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21bee906..56999e1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ [#566]: https://github.com/rojo-rbx/rojo/pull/566 [#568]: https://github.com/rojo-rbx/rojo/pull/568 -[7.2.0]: https://github.com/rojo-rbx/rojo/releases/tag/v7.2.0 +[7.2.1]: https://github.com/rojo-rbx/rojo/releases/tag/v7.2.1 ## [7.2.0] - June 29, 2022 * Added support for `.luau` files. ([#552])