Skip to content

Commit dba4353

Browse files
committed
Bumped version
1 parent 119f1da commit dba4353

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to Bambuddy will be documented in this file.
44

5+
## [0.2.2b2] - Unreleased
6+
57
## [0.2.2b1] - 2026-03-03
68

79
### Improved

backend/app/core/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from pydantic_settings import BaseSettings
66

77
# Application version - single source of truth
8-
APP_VERSION = "0.2.2b1"
8+
APP_VERSION = "0.2.2b2"
99
GITHUB_REPO = "maziggy/bambuddy"
1010
BUG_REPORT_RELAY_URL = os.environ.get("BUG_REPORT_RELAY_URL", "https://bambuddy.cool/api/bug-report")
1111

0 commit comments

Comments
 (0)