diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c20df2..6653b0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Pod Point Client Changelog +## v1.4.3 + +* Remove additional / from pod point api calls + ## v1.4.2 * Fix an issue with `Session` inside of `Auth` causing token re-authentication to fail diff --git a/podpointclient/version.py b/podpointclient/version.py index 0b18852..7527438 100644 --- a/podpointclient/version.py +++ b/podpointclient/version.py @@ -1,3 +1,3 @@ """Version for the podpointclient library""" -__version__ = "1.4.2" +__version__ = "1.4.3"