chore(ci): Bump version to 0.6.7

This commit is contained in:
Elisiário Couto
2024-09-15 15:53:20 +01:00
parent 75ca7f177f
commit ec632ef96e
2 changed files with 14 additions and 1 deletions

View File

@@ -1,4 +1,17 @@
## 0.6.7 (2024/09/15)
### Bug Fixes
- **notifications/telegram:** Escape characters when notifying via Telegram. ([7efbccfc](https://github.com/elisiariocouto/leggen/commit/7efbccfc90ea601da9029909bdd4f21640d73e6a))
### Miscellaneous Tasks
- Bump dependencies. ([75ca7f17](https://github.com/elisiariocouto/leggen/commit/75ca7f177fb9992395e576ba9038a63e90612e5c))
## 0.6.6 (2024/08/21) ## 0.6.6 (2024/08/21)
### Bug Fixes ### Bug Fixes

View File

@@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "leggen" name = "leggen"
version = "0.6.6" version = "0.6.7"
description = "An Open Banking CLI" description = "An Open Banking CLI"
authors = ["Elisiário Couto <elisiario@couto.io>"] authors = ["Elisiário Couto <elisiario@couto.io>"]
readme = "README.md" readme = "README.md"