diff --git a/CHANGELOG.md b/CHANGELOG.md index 781b4b5..0db8184 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog -## [Unreleased](https://github.com/pheature-flags/pheature-flags/tree/HEAD) +## [v0.1.2](https://github.com/pheature-flags/pheature-flags/tree/v0.1.2) -[Full Changelog](https://github.com/pheature-flags/pheature-flags/compare/v0.1.1...HEAD) +[Full Changelog](https://github.com/pheature-flags/pheature-flags/compare/v0.1.1...v0.1.2) **Fixed bugs:** diff --git a/composer.json b/composer.json index e6e186e..7df0cdf 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ ], "require": { "php": "^7.4|^8.0", - "pheature/toggle-core": "^0.1.2", + "pheature/toggle-core": "^0.1", "pheature/toggle-crud-psr11-factories": "^0.1.2", "pheature/toggle-model": "^0.1.2", "symfony/framework-bundle": "~5.0" @@ -26,8 +26,8 @@ "doctrine/dbal": ">=2.6 || ^3.0.0", "icanhazstring/composer-unused": "^0.7.5", "infection/infection": "^0.23.0", - "pheature/dbal-toggle": "^0.1.2", - "pheature/inmemory-toggle": "^0.1.2", + "pheature/dbal-toggle": "^0.1", + "pheature/inmemory-toggle": "^0.1", "pheature/toggle-crud": "^0.1.2", "pheature/toggle-crud-psr7-api": "^0.1.2", "phpro/grumphp": "^1.0",