Skip to content

Commit 460e2aa

Browse files
committed
start changelog
1 parent f58ba2b commit 460e2aa

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## v1.8.0
2+
- Add Update-ServiceNowRequestItem
3+
- Fix switch statements by adding breaks to each condition
4+
5+
## v1.7.0
6+
- Add New-ServiceNowChangeRequest
7+
8+
## v1.6.0
9+
- Add Update-ServiceNowDateTimeField
10+
- Add Add-ServiceNowAttachment
11+
- Add Get-ServiceNowAttachment
12+
- Add Get-ServiceNowAttachmentDetail
13+
- Add Remove-ServiceNowAttachment

ServiceNow/ServiceNow.psd1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ PrivateData = @{
8181
# A URL to the main website for this project.
8282
ProjectUri = 'https://github.com/Snow-Shell/servicenow-powershell'
8383

84+
ReleaseNotes = 'https://github.com/Snow-Shell/servicenow-powershell/blob/master/CHANGELOG.md'
8485
} # End of PSData hashtable
8586

8687
} # End of PrivateData hashtable

0 commit comments

Comments
 (0)