From 437261cb69e718c9514132967fc9008f2db43ce2 Mon Sep 17 00:00:00 2001 From: Martin Albert Date: Fri, 19 Apr 2024 16:02:41 +0200 Subject: [PATCH] chore(release): 2.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 ++++++++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) 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 e9a7ac0..004aee0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # 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 ([a252403](https://github.com/martinalbert/buttercms-python/commit/a252403cfedfc2dfc42ba030b20739027a53d292)) + ## 2.0.0 ### Fixed -- Add handling of timeout of 10 seconds to client.py \ No newline at end of file +- Add handling of timeout of 10 seconds to client.py