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'