diff --git a/.release-plan.json b/.release-plan.json index 60b11393..b8daee1f 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,18 +1,8 @@ { "solution": { "ember-data-factory-guy": { - "impact": "patch", - "oldVersion": "8.0.0", - "newVersion": "8.0.1", - "tagName": "latest", - "constraints": [ - { - "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" - } - ], - "pkgJSONPath": "./addon/package.json" + "oldVersion": "8.0.1" } }, - "description": "## Release (2025-06-25)\n\n* ember-data-factory-guy 8.0.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-data-factory-guy`\n * [#553](https://github.com/adopted-ember-addons/ember-data-factory-guy/pull/553) fix: set request manager in scenario ([@Techn1x](https://github.com/Techn1x))\n\n#### Committers: 1\n- Brad Overton ([@Techn1x](https://github.com/Techn1x))\n" + "description": "\n\n\n\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 39f79354..8899d52b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog + + + + + ## v8.0.1 (2025-06-25) * ember-data-factory-guy 8.0.1 (patch)