Skip to content

Commit 40c800a

Browse files
author
semantic-release
committed
chore: release v5.0.2
1 parent 5cf0301 commit 40c800a

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33

44
<!-- version list -->
55

6+
## v5.0.2 (2026-05-04)
7+
8+
### Bug Fixes
9+
10+
- **theme**: Enhance color contrast for better accessibility
11+
([`5cf0301`](https://github.com/LibreBooking/librebooking/commit/5cf0301d02f713d68087632bd9b027ccdf50db83))
12+
13+
614
## v5.0.1 (2026-05-03)
715

816
### Bug Fixes

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Only the most current stable version will receive patches for security vulnerabilities.
66

7-
supported_version: 5.0.1
7+
supported_version: 5.0.2
88

99
Please report (suspected) security vulnerabilities to
1010
**[librebooking@outlook.com](mailto:librebooking@outlook.com)**. I will try to

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = "LibreBooking"
1010
copyright = "2025, The LibreBooking development team"
1111
author = "The LibreBooking development team"
12-
release = "5.0.1"
12+
release = "5.0.2"
1313

1414
# -- General configuration ---------------------------------------------------
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

lib/Config/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class Configuration implements IConfiguration
9191
public const DEFAULT_CONFIG_ID = 'librebooking';
9292
public const CONFIG_FILE_PATH = ROOT_DIR . 'config/config.php';
9393
public const ENV_FILE_PATH = ROOT_DIR . '.env';
94-
public const VERSION = '5.0.1';
94+
public const VERSION = '5.0.2';
9595

9696
protected function __construct()
9797
{

0 commit comments

Comments
 (0)