Skip to content

Commit 7bfbf51

Browse files
committed
bumped version to 2.5
1 parent 93e7663 commit 7bfbf51

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1111

1212
.
1313

14+
## [2.5] 2019-03-27
15+
16+
### Added
17+
18+
- Added support for authenticating with X509Certificate (#164, [@ritzcrackr])
19+
20+
### Fixed
21+
22+
- Conversion of pageID attribute of Attachments to `[Int]` (#166, [@lipkau])
23+
- Fixed generation of headers in tables when using `ConvertTo-ConfluenceTable` (#163, [@lipkau])
24+
1425
## [2.4] 2018-12-12
1526

1627
### Added
@@ -189,4 +200,5 @@ No changelog available for version `1.0` of ConfluencePS. `1.0` was created in l
189200
[@lipkau]: https://github.com/lipkau
190201
[@lukhase]: https://github.com/lukhase
191202
[@padgers]: https://github.com/padgers
203+
[@ritzcrackr]: https://github.com/ritzcrackr
192204
[@ThePSAdmin]: https://github.com/ThePSAdmin

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.4'
15+
ModuleVersion = '2.5'
1616

1717
# ID used to uniquely identify this module
1818
GUID = '20d32089-48ef-464d-ba73-6ada240e26b3'

0 commit comments

Comments
 (0)