diff --git a/CHANGELOG.md b/CHANGELOG.md index e5e1813..8356ad2 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ Changelog ========= +## 3.0.1 - 2019-11-22 +### Fixed +- Migration typo in class name -## Unreleased +## 3.0.0 - 2019-11-20 ### Changed - Refactored getters and setters used to access/manage relationships directly from `Organization` and `User` elements. As a result, `Organization::getUsers()`, `Organization::getTypes()`, `User::getOrganizations()` and diff --git a/composer.json b/composer.json index d3f9f76..d5d2b9e 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "flipboxfactory/organizations", "description": "Simple parent + child management", - "version": "3.0.0", + "version": "3.0.1", "type": "craft-plugin", "keywords": [ "flipbox", @@ -52,7 +52,7 @@ "documentationUrl": "https://organizations.flipboxfactory.com", "hasCpSettings": true, "hasCpSection": true, - "schemaVersion": "1.3.1", + "schemaVersion": "1.3.2", "branch-alias": { "dev-develop": "3.0.x-dev", "dev-master": "3.0.x-dev"