Skip to content

Commit 2c5ce48

Browse files
committed
RELEASE: v1.1.2.1
1 parent 42d1725 commit 2c5ce48

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

AdminToolkit.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'AdminToolkit.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.1.2'
15+
ModuleVersion = '1.1.2.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Desktop', 'Core'

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# Changelog for AdminToolkit
22

3+
## v1.1.2.1
4+
5+
+ `Merge-CIDRIpRanges`
6+
+ Significant performance improvement to `Merge-CIDRIpRanges` function.
7+
38
## v1.1.2
49

510
+ **New Functions:**
611
+ **Public**
7-
+ `Merge-CIDRIpAddressRanges`
12+
+ `Merge-CIDRIpRanges`
813
+ Reduces a list of CIDR IP Ranges to a single list of ranges that do not overlap.
914
+ `Get-IPv4NetworkInfo`
1015
+ Gets extended information about an IPv4 network.

0 commit comments

Comments
 (0)