Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.0](v1.2.0...v2.0.0) (2022-04-01)

### ⚠ BREAKING CHANGES

* convert code to async

### Features

* convert code to async ([e3c403c](e3c403c))
  • Loading branch information
semantic-release-bot committed Apr 1, 2022
1 parent ea23e2c commit 7dc5548
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.0](https://github.com/Roslovets-Inc/strapi-client/compare/v1.2.0...v2.0.0) (2022-04-01)


### ⚠ BREAKING CHANGES

* convert code to async

### Features

* convert code to async ([e3c403c](https://github.com/Roslovets-Inc/strapi-client/commit/e3c403c27adcc7b19f7fafbd6b8b1ca92414d69d))

## [1.2.0](https://github.com/Roslovets-Inc/strapi-client/compare/v1.1.1...v1.2.0) (2022-04-01)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "strapi-client"
version = "1.2.0"
version = "2.0.0"
description = "Work with Strapi from Python via REST API"
authors = ["Pavel Roslovets <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 7dc5548

Please sign in to comment.