From 8f2e9a43d40cb372f6dcd771546f0e44b37a0674 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 2 Dec 2024 10:58:42 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=205.0.0=20=E2=86=92=205.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb06f85..507344d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v5.1.0 (2024-12-02) + +### Feat + +- **IdV2**: support ID API webhook endpoints + ## v5.0.0 (2024-11-20) ### BREAKING CHANGE diff --git a/pyproject.toml b/pyproject.toml index a6370b3..19f45f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "satellitevu" -version = "5.0.0" +version = "5.1.0" description = "Client SDK for SatelliteVu's platform APIs" authors = ["Christian Wygoda ", "Zhelini Sivanesan ", "James Harrison "] license = "MIT"