From e0594111c9bd46dfac5292421af52d8a3fac85cb Mon Sep 17 00:00:00 2001
From: svc-cli-bot <Svc_cli_bot@salesforce.com>
Date: Tue, 9 Jul 2024 14:57:40 +0000
Subject: [PATCH] chore(release): 4.0.9 [skip ci]

---
 CHANGELOG.md | 9 +++++++++
 package.json | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index b2fc8544..19e94bbb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+## [4.0.9](https://github.com/oclif/core/compare/4.0.8...4.0.9) (2024-07-09)
+
+
+### Bug Fixes
+
+* correctly identify powershell on windows ([#1134](https://github.com/oclif/core/issues/1134)) ([bcec7df](https://github.com/oclif/core/commit/bcec7dfbcb27579ddd312f8ebda5a7b6c0829e98))
+
+
+
 ## [4.0.8](https://github.com/oclif/core/compare/4.0.7...4.0.8) (2024-07-01)
 
 
diff --git a/package.json b/package.json
index c3ebb0d3..ecf61805 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "@oclif/core",
   "description": "base library for oclif CLIs",
-  "version": "4.0.8",
+  "version": "4.0.9",
   "author": "Salesforce",
   "bugs": "https://github.com/oclif/core/issues",
   "dependencies": {