From 8c23d9938c0ad3013b905c9e594b88c4f677174d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 24 Sep 2023 11:10:53 +0000 Subject: [PATCH] chore(release): 2.9.0 [skip ci] ## [2.9.0](https://github.com/Roslovets-Inc/strapi-client/compare/v2.8.0...v2.9.0) (2023-09-24) ### Features * upload_files(), get_uploaded_files() ([8dd6305](https://github.com/Roslovets-Inc/strapi-client/commit/8dd630568b6cc43b5d5932d3f43275f45f1d3802)) --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4143e16..2310d00 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.9.0](https://github.com/Roslovets-Inc/strapi-client/compare/v2.8.0...v2.9.0) (2023-09-24) + + +### Features + +* upload_files(), get_uploaded_files() ([8dd6305](https://github.com/Roslovets-Inc/strapi-client/commit/8dd630568b6cc43b5d5932d3f43275f45f1d3802)) + ## [2.8.0](https://github.com/Roslovets-Inc/strapi-client/compare/v2.7.0...v2.8.0) (2023-09-16) diff --git a/pyproject.toml b/pyproject.toml index 638bdd1..fdf8a56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "strapi-client" -version = "2.8.0" +version = "2.9.0" description = "Work with Strapi from Python via REST API" authors = ["Pavel Roslovets "] license = "MIT"