File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1111
1212.
1313
14+ ## [ 2.4] 2018-12-12
15+
16+ ### Added
17+
18+ - Added ` -Vertical ` to ` ConvertTo-Table ` (#148 , [ @brianbunke ] )
19+ - Added support for TLS1.2 (#155 , [ @lipkau ] )
20+
21+ ### Changed
22+
23+ - Changed productive module files to be compiled into single ` .psm1 ` file (#133 , [ @lipkau ] )
24+ - Fixed ` ConvertTo-Table ` for empty cells (#144 , [ @FelixMelchert ] )
25+ - Changed CI/CD pipeline from AppVeyor to Azure DevOps (#150 , [ @lipkau ] )
26+ - Fixed trailing slash in ApiURi parameter (#153 , [ @lipkau ] )
27+
1428## [ 2.3] 2018-03-22
1529
1630### Added
@@ -167,6 +181,7 @@ No changelog available for version `1.0` of ConfluencePS. `1.0` was created in l
167181[ @colhal ] : https://github.com/colhal
168182[ @Dejulia489 ] : https://github.com/Dejulia489
169183[ @ebekker ] : https://github.com/ebekker
184+ [ @FelixMelchert ] : https://github.com/FelixMelchert
170185[ @jkknorr ] : https://github.com/jkknorr
171186[ @JohnAdders ] : https://github.com/JohnAdders
172187[ @kittholland ] : https://github.com/kittholland
Original file line number Diff line number Diff line change 1212 RootModule = ' ConfluencePS.psm1'
1313
1414 # Version number of this module.
15- ModuleVersion = ' 2.3 '
15+ ModuleVersion = ' 2.4 '
1616
1717 # ID used to uniquely identify this module
1818 GUID = ' 20d32089-48ef-464d-ba73-6ada240e26b3'
You can’t perform that action at this time.
0 commit comments