From 7f71589af18b0ca3d52b29bc94302afeb7b591c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elisi=C3=A1rio=20Couto?= Date: Wed, 6 Mar 2024 18:34:49 +0000 Subject: [PATCH] chore(ci): Bump version to 0.2.3 --- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b02211..9fda199 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 0.2.3 (2024/03/06) + +### Bug Fixes + +- Print HTTP response body on errors. ([ee30bff5](https://github.com/elisiariocouto/leggen/commit/ee30bff5ef0e40245004e1811a3a62c9caf4f30f)) + + +### Miscellaneous Tasks + +- Update dependencies. ([f7ef4b32](https://github.com/elisiariocouto/leggen/commit/f7ef4b32cae347ae05ae763cb169d6b6c09bde99)) + + ## 0.2.2 (2024/03/01) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 6d5bb17..cbee4b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "leggen" -version = "0.2.2" +version = "0.2.3" description = "An Open Banking CLI" authors = ["Elisiário Couto "] readme = "README.md"