From e0351a87713af88033693f0d00357130a5bdd493 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elisi=C3=A1rio=20Couto?= Date: Fri, 7 Jun 2024 20:20:38 +0100 Subject: [PATCH] chore(ci): Bump version to 0.6.1 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 136127f..f8ce3a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.6.1 (2024/06/07) + +### Bug Fixes + +- **sync:** Get correct parameter for requisition creation time. ([b60ba068](https://github.com/elisiariocouto/leggen/commit/b60ba068cd7facea5f60fca61bf5845cabf0c2c6)) + + ## 0.6.0 (2024/06/07) ### Features diff --git a/pyproject.toml b/pyproject.toml index 2608d69..d3f7bf4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "leggen" -version = "0.6.0" +version = "0.6.1" description = "An Open Banking CLI" authors = ["Elisiário Couto "] readme = "README.md"