From 3188ec661f6f70bdfc05960d35a91e9196501172 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 17 May 2024 13:09:48 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.3.0=20=E2=86=92=200.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 15 +++++++++++++++ pyproject.toml | 4 ++-- pyrevolut/__init__.py | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ca5627..4bb5f4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 2995003..0c365be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyrevolut" -version = "0.3.0" +version = "0.4.0" description = "" authors = ["Trevor Visser "] readme = "README.md" @@ -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" diff --git a/pyrevolut/__init__.py b/pyrevolut/__init__.py index 493f741..6a9beea 100644 --- a/pyrevolut/__init__.py +++ b/pyrevolut/__init__.py @@ -1 +1 @@ -__version__ = "0.3.0" +__version__ = "0.4.0"