diff --git a/CHANGELOG.md b/CHANGELOG.md index f6e842de..0c6af096 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ # Changelog ## Next version -[Full Changelog](https://github.com/dennis/slipstream/compare/v0.5.0...main) +[Full Changelog](https://github.com/dennis/slipstream/compare/v0.6.0...main) + +## [0.6.0](https://github.com/dennis/slipstream/releases/tag/v0.6.0) (2021-04-30) +[Full Changelog](https://github.com/dennis/slipstream/compare/v0.5.0...v0.6.0) - adds WinFormUI component - containing the Slipstream UI. You need to add `register_plugin({ plugin_name = "WinFormUIPlugin"}) ` to you `init.lua` to get it. - add `internal:shutdown()` lua function that quits the application diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index bdbd6502..f8afcbed 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -32,6 +32,6 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.5.0")] -[assembly: AssemblyFileVersion("0.5.0")] +[assembly: AssemblyVersion("0.6.0")] +[assembly: AssemblyFileVersion("0.6.0")] [assembly: InternalsVisibleTo("Slipstream.UnitTests")] \ No newline at end of file