diff --git a/changelog.md b/changelog.md index cb6c362..7bd3df8 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.0.0-beta21] - 2024-11-01 + ## [1.0.0-beta20] - 2024-10-25 ## [1.0.0-beta19] - 2024-10-18 @@ -51,7 +53,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - First iteration of this runtime -[Unreleased]: https://github.com/ortus-boxlang/boxlang-servlet/compare/v1.0.0-beta20...HEAD +[Unreleased]: https://github.com/ortus-boxlang/boxlang-servlet/compare/v1.0.0-beta21...HEAD + +[1.0.0-beta21]: https://github.com/ortus-boxlang/boxlang-servlet/compare/v1.0.0-beta20...v1.0.0-beta21 [1.0.0-beta20]: https://github.com/ortus-boxlang/boxlang-servlet/compare/v1.0.0-beta19...v1.0.0-beta20 diff --git a/gradle.properties b/gradle.properties index 91f60de..109eb8d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -#Fri Oct 25 15:01:40 UTC 2024 -boxlangVersion=1.0.0-beta21 +#Fri Nov 01 20:52:53 UTC 2024 +boxlangVersion=1.0.0-beta22 jdkVersion=21 -version=1.0.0-beta21 +version=1.0.0-beta22 group=ortus.boxlang