diff --git a/CHANGELOG.md b/CHANGELOG.md index a92bc53..706a128 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 2.0.0-beta.1 - 2024-02-02 +## 2.0.0 - 2024-03-24 ### Added - Added Craft 5 compatibility diff --git a/composer.json b/composer.json index 3966707..4fc1bcb 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "spicyweb/craft-entry-type-fields", "description": "Craft CMS field types for selecting entry types", - "version": "2.0.0-beta.1", + "version": "2.0.0", "type": "craft-plugin", "keywords": [ "cms", @@ -16,7 +16,7 @@ } ], "require": { - "craftcms/cms": "^5.0.0-alpha.11", + "craftcms/cms": "^5.0.0-beta.11", "php": "^8.2" }, "support": { @@ -34,7 +34,7 @@ "name": "Entry Type Fields", "class": "spicyweb\\entrytypefields\\Plugin", "changelogUrl": "https://github.com/spicywebau/craft-entry-type-fields/blob/2.x/CHANGELOG.md", - "downloadUrl": "https://github.com/spicywebau/craft-entry-type-fields/archive/refs/tags/2.0.0-beta.1.zip" + "downloadUrl": "https://github.com/spicywebau/craft-entry-type-fields/archive/refs/tags/2.0.0.zip" }, "config": { "allow-plugins": {