Skip to content

Commit

Permalink
2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mischabraam committed Dec 18, 2023
1 parent 45876f9 commit 74abf34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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).

## [2.4.2]
### Fixed
- [#627] Add support for PHP 8.3
- [#478] Fix not working elasticsearch.test domain

## [2.4.1]
### Fixed
- [#621] Fixed ngrok script
Expand Down
2 changes: 1 addition & 1 deletion cli/valet.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
Container::setInstance(new Container);

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

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

Expand Down

0 comments on commit 74abf34

Please sign in to comment.