diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 18791be..20e9dbd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0" + ".": "2.1.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 84171c1..fbfa247 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.1.0](https://github.com/martinalbert/buttercms-python/compare/v2.0.0...v2.1.0) (2024-04-19) + + +### Features + +* add release-please into project ([bcf4d9a](https://github.com/martinalbert/buttercms-python/commit/bcf4d9a6c84b7234e4a110f20f1bb42f1854d412)) +* try to proper naming? ([339b54b](https://github.com/martinalbert/buttercms-python/commit/339b54bcd111da98600739e9b6532119a4cc54ff)) + + +### Bug Fixes + +* typos and config and manifest settings ([5cd18d1](https://github.com/martinalbert/buttercms-python/commit/5cd18d10d51646990ceb15574cd0e992611351fc)) + ## 2.0.0 ### Fixed