Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-03-28 10:51:06 +00:00
parent 4a3d368a40
commit 1cf8dfbb60
2 changed files with 14 additions and 1 deletions
+13
View File
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- version list -->
## v0.2.2 (2026-03-28)
### Bug Fixes
- Resolve semantic-release CHANGELOG.md not updating properly
([`d3e0ca4`](https://github.com/christianlouis/InboxConverge/commit/d3e0ca4e33779372b53884e25cf0d5cc3478848c))
### Chores
- **deps**: Bump cryptography
([`2fd018a`](https://github.com/christianlouis/InboxConverge/commit/2fd018afa109a2fa9d087da8590323c9a9d520ed))
## [Unreleased]
### Changed
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "inboxconverge"
version = "0.2.1"
version = "0.2.2"
description = "Multi-account email forwarding and processing service"
readme = "README.md"
requires-python = ">=3.12"