Update version and changelog

This commit is contained in:
Sergio Brighenti 2020-11-12 23:19:11 +01:00
parent c4ca9dc962
commit 763a45a65e
4 changed files with 10 additions and 4 deletions

View file

@ -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

View file

@ -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": {

3
composer.lock generated
View file

@ -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"
},
{

View file

@ -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.