From 34001d22d9051f06d7d557d7d28d541e0f265e9e Mon Sep 17 00:00:00 2001 From: Nikolay Tatarinov Date: Fri, 6 Mar 2026 18:13:02 +0300 Subject: [PATCH] chore(release): v2.1.1 Made-with: Cursor --- CHANGELOG.md | 7 ++++++- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebdbfd5..6879fa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.1.1] - 2025-03-06 + +(No changes documented; release for version sync.) + ## [2.0.6] - 2025-03-04 (No changes documented; release for version sync.) @@ -60,7 +64,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Input validation and initData hash verification for Miniapp access. - Optional CORS and init_data_max_age; use env for secrets. -[Unreleased]: https://github.com/your-org/duty-teller/compare/v2.0.6...HEAD +[Unreleased]: https://github.com/your-org/duty-teller/compare/v2.1.1...HEAD +[2.1.1]: https://github.com/your-org/duty-teller/releases/tag/v2.1.1 [2.0.6]: https://github.com/your-org/duty-teller/releases/tag/v2.0.6 [2.0.4]: https://github.com/your-org/duty-teller/releases/tag/v2.0.4 [2.0.3]: https://github.com/your-org/duty-teller/releases/tag/v2.0.3 diff --git a/pyproject.toml b/pyproject.toml index 28a173f..865eb64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "duty-teller" -version = "2.0.6" +version = "2.1.1" description = "Telegram bot for team duty shift calendar and group reminder" readme = "README.md" requires-python = ">=3.11"