diff --git a/v2/cmd/wails/internal/version.txt b/v2/cmd/wails/internal/version.txt index 6d078e46c..c265d79b5 100644 --- a/v2/cmd/wails/internal/version.txt +++ b/v2/cmd/wails/internal/version.txt @@ -1 +1 @@ -v2.0.0-beta.40 \ No newline at end of file +v2.0.0-beta.41 \ No newline at end of file diff --git a/website/src/pages/changelog.md b/website/src/pages/changelog.md index 00664cb0a..45d239986 100644 --- a/website/src/pages/changelog.md +++ b/website/src/pages/changelog.md @@ -7,13 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v2.0.0-beta.41] - 2022-07-25 + ## Added * Added `options.NewRGBA` and `options.NewRGB` functions to create `*options.RGBA` by @leaanthony ## Fixed +* Fixed initial build of frontend when using `wails dev` on new projects by @leaanthony + in https://github.com/wailsapp/wails/pull/1650 +* Ignore empty install command when running `wails dev` by @stffabi in https://github.com/wailsapp/wails/pull/1651 +* Fixed error reporting in templates * BackgroundColour documentation fix +* Generalize manual compile steps [Documentation] by @acheong08 in https://github.com/wailsapp/wails/pull/1644 ## [v2.0.0-beta.40] - 2022-07-24