diff --git a/CHANGES.md b/CHANGES.md index cec11fb..d7adb71 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +v1.0.4 (2018-02-25) +=================== +* Removed `minimum-stability` from `composer.json` + v1.0.3 (2018-02-25) =================== * Cleanup diff --git a/composer.json b/composer.json index 6f694ee..94a4706 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,7 @@ { "name": "marcin-orlowski/process-dotenv", - "version": "1.0.3", + "version": "1.0.4", "description": "Little tool to help build DotEnv (.env) files from templates", - "minimum-stability": "stable", "license": "MIT", "keywords": [ "dotenv",