maziggy před 2 měsíci
rodič
revize
e5868b5a71
2 změnil soubory, kde provedl 4 přidání a 1 odebrání
  1. 3 0
      CHANGELOG.md
  2. 1 1
      backend/app/core/config.py

+ 3 - 0
CHANGELOG.md

@@ -2,6 +2,9 @@
 
 All notable changes to Bambuddy will be documented in this file.
 
+## [0.2.3.b1] - Unreleased
+
+
 ## [0.2.2.1] - 2026-03-22
 
 ### New Features

+ 1 - 1
backend/app/core/config.py

@@ -5,7 +5,7 @@ from pathlib import Path
 from pydantic_settings import BaseSettings
 
 # Application version - single source of truth
-APP_VERSION = "0.2.2.1"
+APP_VERSION = "0.2.3.b1"
 GITHUB_REPO = "maziggy/bambuddy"
 BUG_REPORT_RELAY_URL = os.environ.get("BUG_REPORT_RELAY_URL", "https://bambuddy.cool/api/bug-report")