diff --git a/CHANGELOG.md b/CHANGELOG.md index 57a33ec..14b87f4 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ Changelog ========= +## [1.0.0-rc.1] - 2018-03-20 +### Added +- icons + ## [1.0.0-rc] - 2018-03-20 Initial release. diff --git a/composer.json b/composer.json index b05caf1..fe40740 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "flipboxfactory/craft-jwt", "description": "JWT Authorization", - "version": "1.0.0-rc", + "version": "1.0.0-rc.1", "type": "craft-plugin", "require": { "craftcms/cms": "~3.0.0-RC",