diff --git a/changelog.md b/changelog.md index 7b15458..1e6d354 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-beta5] - 2024-07-12 + ## [1.0.0-beta4] - 2024-07-05 ## [1.0.0-beta3] - 2024-06-28 @@ -19,10 +21,11 @@ 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-beta4...HEAD +[Unreleased]: https://github.com/ortus-boxlang/boxlang-servlet/compare/v1.0.0-beta5...HEAD -[1.0.0-beta4]: https://github.com/ortus-boxlang/boxlang-servlet/compare/v1.0.0-beta4...v1.0.0-beta4 +[1.0.0-beta5]: https://github.com/ortus-boxlang/boxlang-servlet/compare/v1.0.0-beta4...v1.0.0-beta5 +[1.0.0-beta4]: https://github.com/ortus-boxlang/boxlang-servlet/compare/v1.0.0-beta4...v1.0.0-beta4 [1.0.0-beta3]: https://github.com/ortus-boxlang/boxlang-servlet/compare/v1.0.0-beta2...v1.0.0-beta3 diff --git a/gradle.properties b/gradle.properties index e98c44f..f2184e5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -#Fri Jul 05 15:15:32 UTC 2024 -boxlangVersion=1.0.0-beta5 +#Fri Jul 12 11:12:45 UTC 2024 +boxlangVersion=1.0.0-beta6 jdkVersion=21 -version=1.0.0-beta5 +version=1.0.0-beta6 group=ortus.boxlang