update changelog
This commit is contained in:
parent
2bce85ea6a
commit
b4f720cf21
4 changed files with 22 additions and 2 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -5,6 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||
|
||||
## Unreleased
|
||||
|
||||
## [3.6.1] - 2022-11-27
|
||||
### Changed
|
||||
- Upgraded dependencies
|
||||
- Updated translations
|
||||
|
||||
### Fixed
|
||||
- Fixed error in export data (#499)
|
||||
- Fixed issues with reverse proxies (#495)
|
||||
- Fixed duplicated twitter tags
|
||||
|
||||
## [3.6.0] - 2022-06-20
|
||||
### Changed
|
||||
- Improved embedding on discord of large videos.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "sergix44/xbackbone",
|
||||
"license": "AGPL-3.0-only",
|
||||
"version": "3.6.0",
|
||||
"version": "3.6.1",
|
||||
"description": "A lightweight ShareX PHP backend",
|
||||
"type": "project",
|
||||
"require": {
|
||||
|
|
2
composer.lock
generated
2
composer.lock
generated
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "0abf5b89112efa055552dfe7ecba5105",
|
||||
"content-hash": "79149b35b3b5eeb8c2dee9ff6988379a",
|
||||
"packages": [
|
||||
{
|
||||
"name": "aws/aws-crt-php",
|
||||
|
|
|
@ -5,6 +5,16 @@ nav_order: 9
|
|||
---
|
||||
# Changelog
|
||||
|
||||
## [3.6.1] - 2022-11-27
|
||||
### Changed
|
||||
- Upgraded dependencies
|
||||
- Updated translations
|
||||
|
||||
### Fixed
|
||||
- Fixed error in export data (#499)
|
||||
- Fixed issues with reverse proxies (#495)
|
||||
- Fixed duplicated twitter tags (#496)
|
||||
|
||||
## [3.6.0] - 2022-06-20
|
||||
### Changed
|
||||
- Improved embedding on discord of large videos.
|
||||
|
|
Loading…
Reference in a new issue