diff --git a/CHANGELOG.md b/CHANGELOG.md index 06b5e3e..001e7f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## [Unreleased] +## [3.3.1] - 2020-11-12 ### Fixed - Formatting error on the check for updates. -- Fixed default view for normal users +- Fixed default view for normal users. ## [3.3.0] - 2020-11-12 ### Added diff --git a/composer.json b/composer.json index 0ab7f03..feca52b 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "sergix44/xbackbone", "license": "AGPL-3.0-only", - "version": "3.3.0", + "version": "3.3.1", "description": "A lightweight ShareX PHP backend", "type": "project", "require": { diff --git a/composer.lock b/composer.lock index fc4a835..d98cbfa 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": "3fa15bd70dc0933588cc4b0817f0639f", + "content-hash": "ee91b63fa7686e5c374e81e53970b3f3", "packages": [ { "name": "aws/aws-sdk-php", @@ -4182,6 +4182,7 @@ "keywords": [ "tokenizer" ], + "abandoned": true, "time": "2019-09-17T06:23:10+00:00" }, { diff --git a/docs/changelog.md b/docs/changelog.md index 1d3f7ed..41c5d2f 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -8,6 +8,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [3.3.1] - 2020-11-12 +### Fixed +- Formatting error on the check for updates. +- Fixed default view for normal users. + ## [3.3.0] - 2020-11-12 ### Added - Enabled PHP 8 support.