Skip to content

Commit 5e9d5c2

Browse files
committed
bump release
1 parent e910f7e commit 5e9d5c2

File tree

4 files changed

+25
-16
lines changed

4 files changed

+25
-16
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

66
## Unreleased
77

8+
## [3.8.1] - 2025-01-24
9+
### Fixed
10+
- Crash when uploading file (#625)
11+
812
## [3.8.0] - 2025-01-18
913
### Added
1014
- Support for PHP 8.4

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sergix44/xbackbone",
33
"license": "AGPL-3.0-only",
4-
"version": "3.8.0",
4+
"version": "3.8.1",
55
"description": "A lightweight ShareX PHP backend",
66
"type": "project",
77
"require": {

composer.lock

Lines changed: 16 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ nav_order: 9
55
---
66
# Changelog
77

8+
## [3.8.1] - 2025-01-24
9+
### Fixed
10+
- Crash when uploading file (#625)
11+
812
## [3.8.0] - 2025-01-18
913
### Added
1014
- Support for PHP 8.4

0 commit comments

Comments
 (0)