From 9707aad9b3a380a80a95bdb123c780952f6d5d15 Mon Sep 17 00:00:00 2001 From: Nathan Rijksen Date: Wed, 31 Jul 2024 13:32:53 -0700 Subject: [PATCH] Added v0.45.1 changelog entry --- changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/changelog.md b/changelog.md index 301af6959b..edb9c28147 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,14 @@ 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). +## 0.45.1 + +### Fixed + +* Fixed issue where installation on Windows would fail with a message from powershell saying script running is disabled. + * Context: We use a powershell script to create start menu shortcuts for the State Tool, as there are no solutions + in Golang to do this through system APIs. + ## 0.45.0 ### Added