From e139ebc774e57e862c5a7e877b09cc2eb11bbb50 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Sat, 9 Sep 2023 12:53:34 -0500 Subject: [PATCH] Update CHANGELOG. --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 024744c..2642640 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## Version 0.3.1 - 2023-09-09 + +### Bug Fixes + +- Panic if power scheme operations fail. This shouldn't happen, but if it does then the actual failure cases should be logged. + +### Miscellaneous Tasks + +- Bump windows dependency. + ## Version 0.3.0 - 2023-07-16 ### Miscellaneous Tasks