Skip to content

Commit ef03ac6

Browse files
author
semantic-release
committed
chore: release v5.0.1
1 parent da4f60e commit ef03ac6

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.1 (2026-05-03)
7+
8+
### Bug Fixes
9+
10+
- **accessibility**: Enhance UI elements with improved ARIA labels and visual hierarchy
11+
([`da4f60e`](https://github.com/LibreBooking/librebooking/commit/da4f60e98677819842ab64dcbba854da35f3cb73))
12+
13+
614
## v5.0.0 (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.0
7+
supported_version: 5.0.1
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.0"
12+
release = "5.0.1"
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.0';
94+
public const VERSION = '5.0.1';
9595

9696
protected function __construct()
9797
{

0 commit comments

Comments
 (0)