maziggy 3 miesięcy temu
rodzic
commit
11bb34f87a
2 zmienionych plików z 5 dodań i 2 usunięć
  1. 4 1
      CHANGELOG.md
  2. 1 1
      backend/app/core/config.py

+ 4 - 1
CHANGELOG.md

@@ -2,7 +2,10 @@
 
 All notable changes to Bambuddy will be documented in this file.
 
-## [0.1.7b] - Not released
+
+## [0.1.8b] - Not released
+
+## [0.1.7] - 2026-02-03
 
 ### Security
 - **Critical: Missing API Endpoint Authentication** (CVE-2026-25505, CVSS 9.8):

+ 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.1.7"
+APP_VERSION = "0.1.8b"
 GITHUB_REPO = "maziggy/bambuddy"
 
 # App directory - where the application is installed (for static files)