diff --git a/CHANGELOG.md b/CHANGELOG.md index 2310d00..68286a2 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.1](https://github.com/Roslovets-Inc/strapi-client/compare/v2.9.0...v2.9.1) (2023-09-25) + + +### Bug Fixes + +* format list of values for query parameters ([5e74db5](https://github.com/Roslovets-Inc/strapi-client/commit/5e74db526d240e5a1e60ef9906a90b4607613d80)) + ## [2.9.0](https://github.com/Roslovets-Inc/strapi-client/compare/v2.8.0...v2.9.0) (2023-09-24) diff --git a/pyproject.toml b/pyproject.toml index fdf8a56..0800134 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "strapi-client" -version = "2.9.0" +version = "2.9.1" description = "Work with Strapi from Python via REST API" authors = ["Pavel Roslovets