Update Changelog and install

This commit is contained in:
VirtuBox
2022-12-22 23:17:00 +01:00
parent 7e1a1bbf9c
commit 3ea6c86256
3 changed files with 21 additions and 4 deletions

View File

@@ -6,7 +6,24 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## Releases
### v3.16.0 - [Unreleased]
### v3.17.0 - [Unreleased]
### v3.16.0 - 2022-12-22
#### Added
- Add PHP 8.2 support ([PR #482](https://github.com/WordOps/WordOps/pull/483)) @janiosarmento
- Prompt user before WordOps update with `wo update`
#### Changed
- Default PHP version bumped to 8.1
#### Fixed
- psutil dependency upgrade
- Fix wrong else statements in stack_services.py ([PR #475](https://github.com/WordOps/WordOps/pull/475)) @stodorovic
### v3.15.4 - 2022-10-25