diff --git a/CHANGELOG.md b/CHANGELOG.md index a04aeee6a..db5de57c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [3.4.5](https://github.com/yCodeTech/valet-windows/tree/v3.4.5) - 2026-07-05 ### Fixed diff --git a/cli/version.php b/cli/version.php index 01eeda4f8..4c5f4403b 100644 --- a/cli/version.php +++ b/cli/version.php @@ -3,4 +3,4 @@ /** * @var string $version The version of Laravel Valet Windows. */ -$version = '3.4.4'; \ No newline at end of file +$version = '3.4.5'; \ No newline at end of file