diff --git a/CHANGELOG.md b/CHANGELOG.md index 084c6d1..8119ae8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ +## v5.0.7 (2025-01-02) + +### Fix + +* fix(ci): correct semantic-release command flags + +- Move --noop to top-level flag position +- Use correct --print flag for version display ([`a0d3c9f`](https://github.com/gsinghjay/fast-api-ci-cd/commit/a0d3c9f4e06ee806d6f378c263ca123b2f657e42)) + +### Unknown + +* Merge pull request #78 from gsinghjay/ci/venv-and-restore + +fix(ci): correct semantic-release command flags ([`3732943`](https://github.com/gsinghjay/fast-api-ci-cd/commit/373294381e0686c526461b9beff46ce74596d054)) + + ## v5.0.6 (2025-01-02) ### Chore