diff --git a/CHANGELOG.md b/CHANGELOG.md index 9386ee8..33ddd33 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.7.0](https://github.com/Roslovets-Inc/strapi-client/compare/v2.6.1...v2.7.0) (2023-09-08) + + +### Features + +* authorize() with token, typing ([7bcc9a8](https://github.com/Roslovets-Inc/strapi-client/commit/7bcc9a8704ca525637a2d00e7070dc56447833c6)) + ### [2.6.1](https://github.com/Roslovets-Inc/strapi-client/compare/v2.6.0...v2.6.1) (2023-04-05) diff --git a/pyproject.toml b/pyproject.toml index 8178ae9..9e8dc56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "strapi-client" -version = "2.6.1" +version = "2.7.0" description = "Work with Strapi from Python via REST API" authors = ["Pavel Roslovets "] license = "MIT"