Skip to content

Commit

Permalink
Version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mischa Braam committed Dec 20, 2021
1 parent 92104e0 commit 4d357a3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,21 @@ All notable changes to valet-plus will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/weprovide/valet-plus/compare/2.2.1...2.x)
## [Unreleased](https://github.com/weprovide/valet-plus/compare/2.3.0...2.x)

## [2.3.0](https://github.com/weprovide/valet-plus/compare/2.2.1...2.3.0)
## Fixed
- [#587] Minimum version of symfony/process causes fatal error
- [#549] Fix xdebug veriosn 2.9.8 for PHP 7.x

## Changed
- Start highest installed major of Elasticsearch on valet start
- Add libyaml as brew devtool
- Use PHP 7.2 as default version
- Use PHP 7.4 as default version

### Added
- [#572] Add support for usage on ARM processors (M1 mac's)
- [#563] Add support for Xdebug 3
- Add libyaml as brew devtool
- Add support for Mysql 8

## [2.2.1](https://github.com/weprovide/valet-plus/compare/2.2.0...2.2.1)
Expand Down
2 changes: 1 addition & 1 deletion cli/valet.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
Container::setInstance(new Container);

// get current version based on git describe and tags
$version = new Version('2.2.1', __DIR__ . '/../');
$version = new Version('2.3.0', __DIR__ . '/../');

$app = new Application('Valet+', $version->getVersion());

Expand Down

0 comments on commit 4d357a3

Please sign in to comment.