chore(main): release 3.45.1

This commit is contained in:
github-actions[bot]
2026-04-03 17:57:12 +00:00
committed by GitHub
parent 4165eaea7a
commit 57adfaf4f3
4 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{ {
".": "3.45.0" ".": "3.45.1"
} }
+8
View File
@@ -1,5 +1,13 @@
# Changelog # Changelog
## [3.45.1](https://github.com/BEDOLAGA-DEV/remnawave-bedolaga-telegram-bot/compare/v3.45.0...v3.45.1) (2026-04-03)
### Bug Fixes
* add missing WEBHOOK_TORRENT_DETECTED mapping + dedup before uniq… ([4165eae](https://github.com/BEDOLAGA-DEV/remnawave-bedolaga-telegram-bot/commit/4165eaea7adfdaf683b1ece16c8c93a9c4ed216d))
* add missing WEBHOOK_TORRENT_DETECTED mapping + dedup before unique index in migration 0053 ([3b5d5a1](https://github.com/BEDOLAGA-DEV/remnawave-bedolaga-telegram-bot/commit/3b5d5a18a1122ef50868fd038a09109d17795a74))
## [3.45.0](https://github.com/BEDOLAGA-DEV/remnawave-bedolaga-telegram-bot/compare/v3.44.0...v3.45.0) (2026-04-03) ## [3.45.0](https://github.com/BEDOLAGA-DEV/remnawave-bedolaga-telegram-bot/compare/v3.44.0...v3.45.0) (2026-04-03)
+1 -1
View File
@@ -19,7 +19,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
FROM python:3.13-slim FROM python:3.13-slim
ARG VERSION="v3.45.0" # x-release-please-version ARG VERSION="v3.45.1" # x-release-please-version
ARG BUILD_DATE ARG BUILD_DATE
ARG VCS_REF ARG VCS_REF
+1 -1
View File
@@ -1,6 +1,6 @@
[project] [project]
name = 'remnawave-bedolaga-telegram-bot' name = 'remnawave-bedolaga-telegram-bot'
version = "3.45.0" version = "3.45.1"
description = 'Telegram bot for RemnaWave VPN service' description = 'Telegram bot for RemnaWave VPN service'
readme = 'README.md' readme = 'README.md'
license = { text = 'MIT' } license = { text = 'MIT' }