diff --git a/v2/cmd/wails/internal/version.go b/v2/cmd/wails/internal/version.go index 6f8c458c..f1c51185 100644 --- a/v2/cmd/wails/internal/version.go +++ b/v2/cmd/wails/internal/version.go @@ -1,3 +1,3 @@ package internal -var Version = "v2.0.0-beta.35" +var Version = "v2.0.0-beta.36" diff --git a/website/src/pages/changelog.md b/website/src/pages/changelog.md index 8e1353ef..086a7427 100644 --- a/website/src/pages/changelog.md +++ b/website/src/pages/changelog.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + +## [v2.0.0-beta.36] - 2022-04-27 + +### Fixed +- [v2] Validate devServer property to be of the correct form by [@stffabi](https://github.com/stffabi) in https://github.com/wailsapp/wails/pull/1359 +- [v2, darwin] Initialize native variables on stack to prevent segfault by [@stffabi](https://github.com/stffabi) in https://github.com/wailsapp/wails/pull/1362 +- Vue-TS template fix + +### Changed +- Added `OnStartup` method back to default templates + ## [v2.0.0-beta.35] - 2022-04-27 ### Breaking Changes