diff --git a/docs/src/content/docs/changelog.mdx b/docs/src/content/docs/changelog.mdx index fe2422da3..e93284cf9 100644 --- a/docs/src/content/docs/changelog.mdx +++ b/docs/src/content/docs/changelog.mdx @@ -30,6 +30,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 */ ## [Unreleased] +## v3.0.0-alpha.49 - 2025-12-18 + +## Changed +- Update the `Frontend Runtime` documentation by adding more options for generating frontend bindings by @ndianabasi + ## v3.0.0-alpha.48 - 2025-12-16 ## Added diff --git a/v3/UNRELEASED_CHANGELOG.md b/v3/UNRELEASED_CHANGELOG.md index bd2039680..8e4648038 100644 --- a/v3/UNRELEASED_CHANGELOG.md +++ b/v3/UNRELEASED_CHANGELOG.md @@ -19,7 +19,6 @@ After processing, the content will be moved to the main changelog and this file ## Changed -- Update the `Frontend Runtime` documentation by adding more options for generating frontend bindings by @ndianabasi ## Fixed diff --git a/v3/internal/version/version.txt b/v3/internal/version/version.txt index f65f1f889..1840432d8 100644 --- a/v3/internal/version/version.txt +++ b/v3/internal/version/version.txt @@ -1 +1 @@ -v3.0.0-alpha.48 \ No newline at end of file +v3.0.0-alpha.49 \ No newline at end of file