From 9ef103dbdcd8a8331d4ea631a0c7985ffb62e646 Mon Sep 17 00:00:00 2001 From: David Malchin Date: Wed, 28 Aug 2024 20:28:47 +0300 Subject: [PATCH] Release v2.1.0 --- CHANGELOG.md | 8 +++++++- fxmanifest.lua | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a40811a..e3d5b02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). [unreleased diff] +## [2.1.0] - 2024-08-28 + +[2.1.0 diff] + ### Added - Convar to remember the audio volume set by the player using audio controls. @@ -133,7 +137,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). - Finishing message - Configuration file -[unreleased diff]: https://github.com/D4isDAVID/loadscreen/compare/v2.0.0...main +[unreleased diff]: https://github.com/D4isDAVID/loadscreen/compare/v2.1.0...main +[2.1.0]: https://github.com/D4isDAVID/loadscreen/releases/tag/v2.1.0 +[2.1.0 diff]: https://github.com/D4isDAVID/loadscreen/compare/v2.0.0...v2.1.0 [2.0.0]: https://github.com/D4isDAVID/loadscreen/releases/tag/v2.0.0 [2.0.0 diff]: https://github.com/D4isDAVID/loadscreen/compare/v1.2.0...v2.0.0 [1.2.0]: https://github.com/D4isDAVID/loadscreen/releases/tag/v1.2.0 diff --git a/fxmanifest.lua b/fxmanifest.lua index 86455ad..d887f3b 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -1,7 +1,7 @@ fx_version 'cerulean' game 'gta5' -version '2.1.0-dev' +version '2.1.0' description 'Clean and fully configurable loading screen for FiveM' author 'David Malchin ' repository 'https://github.com/D4isDAVID/loadscreen'