From 63683db5437d5eb2f02ecc97a612688b2fc5b390 Mon Sep 17 00:00:00 2001 From: dfinke Date: Sat, 18 May 2024 09:33:54 -0400 Subject: [PATCH] chore: Update module version to 7.8.8 --- ImportExcel.psd1 | 2 +- changelog.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ImportExcel.psd1 b/ImportExcel.psd1 index f22d801c..97527d91 100644 --- a/ImportExcel.psd1 +++ b/ImportExcel.psd1 @@ -6,7 +6,7 @@ RootModule = 'ImportExcel.psm1' # Version number of this module. - ModuleVersion = '7.8.7' + ModuleVersion = '7.8.8' # ID used to uniquely identify this module GUID = '60dd4136-feff-401a-ba27-a84458c57ede' diff --git a/changelog.md b/changelog.md index 59428991..dc0c6dc2 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +# 7.8.8 + +- Fix the release + # 7.8.7 - Thanks to [Phil Bossman](https://github.com/pbossman) for the PR and fixing this.