diff --git a/CHANGELOG.md b/CHANGELOG.md index 696f719..064fc67 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 2ccd232..2ab37b8 100644 --- a/composer.json +++ b/composer.json @@ -17,8 +17,8 @@ ], "require": { "php": "^7.4|^8.0", - "pheature/toggle-core": "^0.1.2", - "pheature/toggle-crud": "^0.1.2", + "pheature/toggle-core": "^0.1", + "pheature/toggle-crud": "^0.1", "psr/http-factory": "^1.0", "psr/http-message": "^1.0", "psr/http-server-handler": "^1.0",