Skip to content

Commit

Permalink
bump: version 0.3.0 → 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 17, 2024
1 parent cdc52c0 commit 3188ec6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## v0.4.0 (2024-05-17)

### Feat

- added webhooks endpoints
- added transfers endpoint
- added transactions endpoint
- added team members endpoint
- added simulations endpoint
- added payout links endpoint
- added payment drafts endpoint
- added foreign exchange endpoint
- added counterparties endpoint
- added cards endpoint

## v0.3.0 (2024-05-16)

### Feat
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyrevolut"
version = "0.3.0"
version = "0.4.0"
description = ""
authors = ["Trevor Visser <trevor.visser@gmail.com>"]
readme = "README.md"
Expand Down Expand Up @@ -71,7 +71,7 @@ docstring-code-format = true

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.3.0"
version = "0.4.0"
tag_format = "v$major.$minor.$patch$prerelease"
version_scheme = "pep440"
version_provider = "poetry"
Expand Down
2 changes: 1 addition & 1 deletion pyrevolut/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.0"
__version__ = "0.4.0"

0 comments on commit 3188ec6

Please sign in to comment.