diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e95181..839662a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ -# Version 2.3.0-dev +# Version 2.3.0 * [compatibility, CSS] Load MW core CSS that was dropped in MW 1.35 * [code] Drop Travis-CI and move to CircleCI * [code] Update php-parallel-lint to a supported branch with PHP 8.0 -## Version 2.2.2-dev +## Version 2.2.2 * [bug, enhancement] Fix to allow multiple methods of login such as MW-OAuth2Client - Issue #99 * [bug, enhancement] Left-menu search (on mobile widths only) doesn't auto-complete #98 diff --git a/skin.json b/skin.json index 64f0762..6277922 100644 --- a/skin.json +++ b/skin.json @@ -1,6 +1,6 @@ { "name": "Pivot", - "version": "2.3.0-dev", + "version": "2.3.0", "author": [ "Tom Hutchison", "..."