Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
To prepare for the upcoming v1.2.0 release.
  • Loading branch information
hochleitner committed Feb 9, 2021
1 parent b33422c commit 043ebf2
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.2.0] - 2021-02-09

### Changed

- Switched to Ubuntu 20.04 LTS for the base image.
- New fhooe/fhooe-webdev box built upon the base image.
- Update to PHP 8.0.
- Update to MariaDB 10.5.
- Update to latest Composer, PHP_CodeSniffer and phpMyAdmin versions.
- Update to Xdebug 3. It is set to debug mode (profiler and tracer are disabled).
- README.md updated with current instructions.
- Removed integrations of Redis and ElasticSearch. They can be installed when needed through the supplied scripts in the `bin` directory.

## [1.1.0] - 2020-03-06

### Added
Expand Down Expand Up @@ -34,6 +47,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Various shell scripts for convenience.
- phpinfo.php for easy installation checks.

[Unreleased]: https://github.com/Digital-Media/fhooe-webdev/compare/v1.1.0...HEAD
[Unreleased]: https://github.com/Digital-Media/fhooe-webdev/compare/v1.2.0...HEAD
[1.2.0]: https://github.com/Digital-Media/fhooe-webdev/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/Digital-Media/fhooe-webdev/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/Digital-Media/fhooe-webdev/releases/tag/v1.0.0

0 comments on commit 043ebf2

Please sign in to comment.