From 3d55ccad7da81b6b1294dec4400b18618f2ab05b Mon Sep 17 00:00:00 2001 From: Github Actions Date: Wed, 4 Sep 2024 17:10:01 +0000 Subject: [PATCH] Finalized changelog for v1.3.0 --- changelog.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 5453a79..533fa7e 100644 --- a/changelog.md +++ b/changelog.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.3.0] - 2024-09-04 + ## [1.2.0] - 2024-08-09 ### Added @@ -56,7 +58,9 @@ transpiler = { - First iteration of this module -[Unreleased]: https://github.com/ortus-boxlang/bx-compat/compare/v1.2.0...HEAD +[Unreleased]: https://github.com/ortus-boxlang/bx-compat/compare/v1.3.0...HEAD + +[1.3.0]: https://github.com/ortus-boxlang/bx-compat/compare/v1.2.0...v1.3.0 [1.2.0]: https://github.com/ortus-boxlang/bx-compat/compare/v1.1.0...v1.2.0