Skip to content
This repository was archived by the owner on Jun 7, 2024. It is now read-only.

Commit 4a401e1

Browse files
author
Nathan Hartley
committed
Bumped version.
1 parent eb87fde commit 4a401e1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 2.2.6 - 2020-02-03
4+
5+
- Added WID to the terribly named Get-WorkdayWorkerByIdLookupTable and an Active property to Get-WorkdayWorker.
6+
- Removed the confusing and broken Export-WorkdayWorkerDocument and improved Get-WorkdayWorkerDocument.
7+
38
## 2.2.5 - 2019-12-28
49

510
- Fixed Worker Location that before was returning the ID, rather than the value.

source/WorkdayApi.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
Description = 'Provides a means to access the Workday SOAP API in a Powershell friendly manner.'
3-
ModuleVersion = '2.2.5'
3+
ModuleVersion = '2.2.6'
44
HelpInfoURI = 'https://github.com/treestryder/powershell_module_workdayapi/wiki'
55
Author = 'Nathan Hartley'
66
Copyright = '(c) 2019 Nathan Hartley. All rights reserved.'

0 commit comments

Comments
 (0)