We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 119f1da commit dba4353Copy full SHA for dba4353
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
All notable changes to Bambuddy will be documented in this file.
4
5
+## [0.2.2b2] - Unreleased
6
+
7
## [0.2.2b1] - 2026-03-03
8
9
### Improved
backend/app/core/config.py
@@ -5,7 +5,7 @@
from pydantic_settings import BaseSettings
# Application version - single source of truth
-APP_VERSION = "0.2.2b1"
+APP_VERSION = "0.2.2b2"
GITHUB_REPO = "maziggy/bambuddy"
10
BUG_REPORT_RELAY_URL = os.environ.get("BUG_REPORT_RELAY_URL", "https://bambuddy.cool/api/bug-report")
11
0 commit comments