diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ea9c36..374198c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased +## 5.0.0-alpha.1 - 2024-02-04 ### Added - Added Craft 5 compatibility diff --git a/composer.json b/composer.json index e883c32..81f96b8 100755 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "spicyweb/craft-odds-and-ends", "description": "A collection of useful tools for Craft CMS websites", "type": "craft-plugin", - "version": "4.3.1", + "version": "5.0.0-alpha.1", "keywords": [ "craft", "cms", @@ -10,7 +10,7 @@ "craft-plugin" ], "support": { - "docs": "https://github.com/spicywebau/craft-odds-and-ends/blob/master/README.md", + "docs": "https://github.com/spicywebau/craft-odds-and-ends/blob/5.0.0-alpha.1/README.md", "issues": "https://github.com/spicywebau/craft-odds-and-ends/issues" }, "license": "MIT", @@ -35,7 +35,7 @@ "schemaVersion": "4.3.1", "hasCpSettings": false, "hasCpSection": false, - "changelogUrl": "https://raw.githubusercontent.com/spicywebau/craft-odds-and-ends/master/CHANGELOG.md", + "changelogUrl": "https://github.com/spicywebau/craft-odds-and-ends/blob/5.x/CHANGELOG.md", "class": "spicyweb\\oddsandends\\Tools" }, "minimum-stability": "dev",