Browse Source

Merge branch '0.2.1b' into feature/brazilianPortugueseTranslation

Wesley Reuel Marques Silva 3 months ago
parent
commit
f289ca6979
2 changed files with 4 additions and 1 deletions
  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.1] - Not released
+
+
 ## [0.2.0] - 2026-02-17
 
 ### 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.0"
+APP_VERSION = "0.2.1b"
 GITHUB_REPO = "maziggy/bambuddy"
 
 # App directory - where the application is installed (for static files)