Bump version and update change log

This commit is contained in:
dfinke
2021-11-30 15:49:07 -05:00
parent 3a4c2d7bd9
commit 7e8416d67c
2 changed files with 8 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
RootModule = 'ImportExcel.psm1' RootModule = 'ImportExcel.psm1'
# Version number of this module. # Version number of this module.
ModuleVersion = '7.4.0' ModuleVersion = '7.4.1'
# ID used to uniquely identify this module # ID used to uniquely identify this module
GUID = '60dd4136-feff-401a-ba27-a84458c57ede' GUID = '60dd4136-feff-401a-ba27-a84458c57ede'

View File

@@ -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 # v7.4.0
- Thank you to [Max Goczall](https://github.com/muschebubusche) for this contribution! - Thank you to [Max Goczall](https://github.com/muschebubusche) for this contribution!