From f61a09c4ee2c46525e7a5cbfd766eb00e1d52724 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 16 Sep 2023 12:11:28 +0000 Subject: [PATCH] chore(release): 2.8.0 [skip ci] ## [2.8.0](https://github.com/Roslovets-Inc/strapi-client/compare/v2.7.0...v2.8.0) (2023-09-16) ### Features * send_post_request(), send_get_request() ([2b9e168](https://github.com/Roslovets-Inc/strapi-client/commit/2b9e168d1445f27a87c1cd451207b97305ea3394)) --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33ddd33..4143e16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.8.0](https://github.com/Roslovets-Inc/strapi-client/compare/v2.7.0...v2.8.0) (2023-09-16) + + +### Features + +* send_post_request(), send_get_request() ([2b9e168](https://github.com/Roslovets-Inc/strapi-client/commit/2b9e168d1445f27a87c1cd451207b97305ea3394)) + ## [2.7.0](https://github.com/Roslovets-Inc/strapi-client/compare/v2.6.1...v2.7.0) (2023-09-08) diff --git a/pyproject.toml b/pyproject.toml index 9e8dc56..638bdd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "strapi-client" -version = "2.7.0" +version = "2.8.0" description = "Work with Strapi from Python via REST API" authors = ["Pavel Roslovets "] license = "MIT"