diff --git a/CHANGELOG.md b/CHANGELOG.md index a5c636d1..047f3656 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # GooseMod Changelog +## v12.3 [2021-11-03] + + - ### New Store Badges + - **Store UI now uses a badge system to show version, time since last update, and GitHub stars.** + + - ### General Hotfixes [progress] + - **Fixed InternalMessage / some commands.** + - **Fixed Store using incorrect scrollbars.** + - **Fixed Store not working / rendering.** + + - ### Additions to APIs + - **Webpack: Added findByModuleId function.** + - **Settings, Header: Added hide prop.** + + ## v12.2 [2021-10-22] - ### New Canary Fixes diff --git a/src/index.js b/src/index.js index 8cee4d5a..1ee07b30 100644 --- a/src/index.js +++ b/src/index.js @@ -108,7 +108,7 @@ const init = async function () { } this.versioning = { - version: `12.3-dev`, + version: `12.3`, hash: '', // Hash of git commit branch: goosemod.storage.get('goosemodUntetheredBranch'),