From cfd226a654f07cddd65ea15cc715a2776ca0a8ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dennis=20M=C3=B8llegaard=20Pedersen?= Date: Wed, 4 Aug 2021 17:53:41 +0200 Subject: [PATCH] Bump version 0.8.0 --- CHANGELOG.md | 5 ++++- Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) 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