From ebe0a2fe860c38c7d816464125ad872d5d437750 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elisi=C3=A1rio=20Couto?= Date: Fri, 7 Jun 2024 20:46:49 +0100 Subject: [PATCH] chore(ci): Bump version to 0.6.3 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cb2676..ff87f76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.6.3 (2024/06/07) + +### Features + +- **sync:** Correctly calculate days left, based on the default 90 days period. ([3cb38e2e](https://github.com/elisiariocouto/leggen/commit/3cb38e2e9fb08e07664caa7daa9aa651262bd213)) + + ## 0.6.2 (2024/06/07) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index a27e9bb..0f67c8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "leggen" -version = "0.6.2" +version = "0.6.3" description = "An Open Banking CLI" authors = ["Elisiário Couto "] readme = "README.md"