From 21f92e85e06e1b322e98868279b71540b0ccb055 Mon Sep 17 00:00:00 2001 From: Naveen Singh <36371707+naveensingh@users.noreply.github.com> Date: Mon, 9 Jun 2025 14:57:33 +0530 Subject: [PATCH] docs(changelog): add link reference --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 587c25b50..9da03a6c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Holidays for Vietnam +- Holidays for Vietnam ([#613]) ### Changed @@ -128,4 +128,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#262]: https://github.com/FossifyOrg/Calendar/issues/262 [#484]: https://github.com/FossifyOrg/Calendar/issues/484 [#551]: https://github.com/FossifyOrg/Calendar/issues/551 -[#567]: https://github.com/FossifyOrg/Calendar/issues/567 \ No newline at end of file +[#567]: https://github.com/FossifyOrg/Calendar/issues/567 +[#613]: https://github.com/FossifyOrg/Calendar/issues/613