From de3dd0a4e1e93c15f9a45930550cb854b1037472 Mon Sep 17 00:00:00 2001 From: David Malchin Date: Tue, 10 Sep 2024 22:03:23 +0300 Subject: [PATCH] Release v2.1.2 --- CHANGELOG.md | 8 +++++++- fxmanifest.lua | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43210bf..b202c93 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.2] - 2024-09-10 + +[2.1.2 diff] + ### Changed - Added a note to the example cfg file. @@ -159,7 +163,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.1.1...main +[unreleased diff]: https://github.com/D4isDAVID/loadscreen/compare/v2.1.2...main +[2.1.2]: https://github.com/D4isDAVID/loadscreen/releases/tag/v2.1.2 +[2.1.2 diff]: https://github.com/D4isDAVID/loadscreen/compare/v2.1.1...v2.1.2 [2.1.1]: https://github.com/D4isDAVID/loadscreen/releases/tag/v2.1.1 [2.1.1 diff]: https://github.com/D4isDAVID/loadscreen/compare/v2.1.0...v2.1.1 [2.1.0]: https://github.com/D4isDAVID/loadscreen/releases/tag/v2.1.0 diff --git a/fxmanifest.lua b/fxmanifest.lua index 944096b..e04540f 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -1,7 +1,7 @@ fx_version 'cerulean' game 'gta5' -version '2.2.0-dev' +version '2.1.2' description 'Clean and fully configurable loading screen for FiveM' author 'David Malchin ' repository 'https://github.com/D4isDAVID/loadscreen'