diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fad7b8c4..e74282965 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ + +2019-07-20 **v0.17.6-pre** +* Significant refactor of runtime +* Removed wailsbridge file - now a unified approach taken +* Fixed React on Windows - Thanks [Florian Didran](https://github.com/fdidron)! + 2019-06-18 **v0.16.0** * React template FTW! - Thanks [admin_3.exe](https://github.com/bh90210)! * Updated contributors diff --git a/cmd/version.go b/cmd/version.go index b2b23b1d2..dd98c36c7 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -1,4 +1,4 @@ package cmd // Version - Wails version -const Version = "v0.17.5-pre" +const Version = "v0.17.6-pre"