Skip to content

Commit

Permalink
bumped version to 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lipkau committed Mar 27, 2019
1 parent 93e7663 commit 7bfbf51
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

.

## [2.5] 2019-03-27

### Added

- Added support for authenticating with X509Certificate (#164, [@ritzcrackr])

### Fixed

- Conversion of pageID attribute of Attachments to `[Int]` (#166, [@lipkau])
- Fixed generation of headers in tables when using `ConvertTo-ConfluenceTable` (#163, [@lipkau])

## [2.4] 2018-12-12

### Added
Expand Down Expand Up @@ -189,4 +200,5 @@ No changelog available for version `1.0` of ConfluencePS. `1.0` was created in l
[@lipkau]: https://github.com/lipkau
[@lukhase]: https://github.com/lukhase
[@padgers]: https://github.com/padgers
[@ritzcrackr]: https://github.com/ritzcrackr
[@ThePSAdmin]: https://github.com/ThePSAdmin
2 changes: 1 addition & 1 deletion ConfluencePS/ConfluencePS.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'ConfluencePS.psm1'

# Version number of this module.
ModuleVersion = '2.4'
ModuleVersion = '2.5'

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

0 comments on commit 7bfbf51

Please sign in to comment.