diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d53dc2..33529c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ All notable changes to **Tiger Core** (`webtigers/tiger-core`). Format follows ## [Unreleased] +## [0.47.0-beta] — 2026-08-02 + ### Added - **A dedicated "My Account" menu — the account surface is now first-class.** `/account` gets its own sidebar (`Tiger_Account_Nav`) instead of the admin menu filtered down: the menu follows the *surface*, diff --git a/library/Tiger/Version.php b/library/Tiger/Version.php index 845c448..db03d77 100644 --- a/library/Tiger/Version.php +++ b/library/Tiger/Version.php @@ -9,5 +9,5 @@ class Tiger_Version { /** Current Tiger Core version. Keep in lockstep with the git tag cut for a release. */ - const VERSION = '0.46.0-beta'; + const VERSION = '0.47.0-beta'; }