Skip to content

Commit fc52b96

Browse files
committed
Bumped version to 2.4
1 parent 01f9313 commit fc52b96

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff 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

ConfluencePS/ConfluencePS.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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'

0 commit comments

Comments
 (0)