From c83138e89fda322ad65d4b47df923b5b6bb6762a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 05:57:45 +0000 Subject: [PATCH] chore: version bump and update changelog for v3.4.5 --- CHANGELOG.md | 2 +- cli/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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