diff --git a/CHANGELOG.md b/CHANGELOG.md index be7e2f7f..4e58df58 100644 --- a/CHANGELOG.md +++ b/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. diff --git a/composer.json b/composer.json index 1151edbd..2cb5b5f7 100644 --- a/composer.json +++ b/composer.json @@ -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": { diff --git a/composer.lock b/composer.lock index 7cfec243..d9910cee 100644 --- a/composer.lock +++ b/composer.lock @@ -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", diff --git a/docs/changelog.md b/docs/changelog.md index 45126dd2..24845fe3 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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.