diff --git a/CHANGELOG.md b/CHANGELOG.md index 77635b08..633ed21d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ # Changelog ## Next version -[Full Changelog](https://github.com/dennis/slipstream/compare/v0.7.0...main) +[Full Changelog](https://github.com/dennis/slipstream/compare/v0.8.0...main) + +## [0.8.0](https://github.com/dennis/slipstream/releases/tag/v0.8.0) (2021-08-04) +[Full Changelog](https://github.com/dennis/slipstream/compare/v0.7.0...v0.8.0) - IRacing: Adds pit-stop lua functions: pit_clear_all(), pit_clear_tyres(), pit_fast_repair(), pit_add_fuel(), pit_change_(left|right)_(front|rear)_tyre() and pit_clean_windshield() diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 80510c35..68f07d37 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.7.0")] -[assembly: AssemblyFileVersion("0.7.0")] +[assembly: AssemblyVersion("0.8.0")] +[assembly: AssemblyFileVersion("0.8.0")] [assembly: InternalsVisibleTo("Slipstream.UnitTests")] \ No newline at end of file