From 67e9a87454f2d46a78cb7f353c13e8a97889394e Mon Sep 17 00:00:00 2001 From: kpicaza <1093654+kpicaza@users.noreply.github.com> Date: Sat, 25 Sep 2021 13:58:10 +0000 Subject: [PATCH] [toggle-crud] update changelog Signed-off-by: Koldo Picaza <1093654+kpicaza@users.noreply.github.com> --- CHANGELOG.md | 6 +++--- composer.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 290373d..7e1f25f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog -## [v0.1.2](https://github.com/pheature-flags/pheature-flags/tree/v0.1.2) (2021-09-25) +## [Unreleased](https://github.com/pheature-flags/pheature-flags/tree/HEAD) -[Full Changelog](https://github.com/pheature-flags/pheature-flags/compare/v0.1.1...v0.1.2) +[Full Changelog](https://github.com/pheature-flags/pheature-flags/compare/v0.1.1...HEAD) **Fixed bugs:** @@ -22,6 +22,7 @@ - \[toggle-crud-psr11-factories\] add packagist version badge [\#257](https://github.com/pheature-flags/pheature-flags/pull/257) (@kpicaza) - \[toggle-crud-psr11-factories\] add scrutinizer badge [\#256](https://github.com/pheature-flags/pheature-flags/pull/256) (@kpicaza) - \[toggle-crud-psr7-api\] add codeclimate badge [\#239](https://github.com/pheature-flags/pheature-flags/pull/239) (@kpicaza) +- \[toggle-crud-psr7-api\] add scrutinizer badge [\#237](https://github.com/pheature-flags/pheature-flags/pull/237) (@kpicaza) - \[toggle-crud-psr-7-api\] add codecov badge [\#236](https://github.com/pheature-flags/pheature-flags/pull/236) (@kpicaza) - \[toggle-crud-psr-7-api\] add striker mutation badge [\#235](https://github.com/pheature-flags/pheature-flags/pull/235) (@kpicaza) @@ -63,5 +64,4 @@ **Merged pull requests:** -- \[toggle-crud-psr7-api\] add scrutinizer badge [\#237](https://github.com/pheature-flags/pheature-flags/pull/237) (@kpicaza) - \[\#86\] Fix toggle-crud-psr7-api coding standards [\#104](https://github.com/pheature-flags/pheature-flags/pull/104) (@pcs289) diff --git a/composer.json b/composer.json index 4563f06..0877715 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": "1.0.x-dev" }, "require-dev": { "icanhazstring/composer-unused": "^0.7.5",