From 7e8416d67c8dceacd060865d4c1c27d65f401f95 Mon Sep 17 00:00:00 2001 From: dfinke Date: Tue, 30 Nov 2021 15:49:07 -0500 Subject: [PATCH] Bump version and update change log --- ImportExcel.psd1 | 2 +- changelog.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ImportExcel.psd1 b/ImportExcel.psd1 index 59e1612..7d7a2be 100644 --- a/ImportExcel.psd1 +++ b/ImportExcel.psd1 @@ -6,7 +6,7 @@ RootModule = 'ImportExcel.psm1' # Version number of this module. - ModuleVersion = '7.4.0' + ModuleVersion = '7.4.1' # ID used to uniquely identify this module GUID = '60dd4136-feff-401a-ba27-a84458c57ede' diff --git a/changelog.md b/changelog.md index e504eda..06b93ae 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,10 @@ +# v7.4.1 + +- Implements: https://github.com/dfinke/ImportExcel/issues/1111 +- Refactored ReZip into separate function +- Deletes temp folder after rezipping +- Added -ReZip to `Close-ExcelPackage` + # v7.4.0 - Thank you to [Max Goczall](https://github.com/muschebubusche) for this contribution!