Skip to content

Commit 406281e

Browse files
authored
updated release notes (#289)
1 parent b6b4ff8 commit 406281e

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

ReleaseNotes.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
1+
# 3.6.2 (08 July 2017)
2+
3+
- [#287](https://github.com/mozts2005/ZendeskApi_v2/issues/287) - Getting a list of article titles without body +Question
4+
- [#286](https://github.com/mozts2005/ZendeskApi_v2/pull/286) - added help-center article attachments for Issue #280 contributed by Elizabeth Schneider ([mozts2005](https://github.com/mozts2005))
5+
- [#285](https://github.com/mozts2005/ZendeskApi_v2/pull/285) - Adding Is_public to the ticket model contributed by Elizabeth Schneider ([mozts2005](https://github.com/mozts2005))
6+
- [#284](https://github.com/mozts2005/ZendeskApi_v2/pull/284) - adding Test for getting Brand Id contributed by Elizabeth Schneider ([mozts2005](https://github.com/mozts2005))
7+
- [#283](https://github.com/mozts2005/ZendeskApi_v2/issues/283) - Is_public missing in ticket object +Enhancement +More-Info-Needed
8+
- [#282](https://github.com/mozts2005/ZendeskApi_v2/pull/282) - Create CODE_OF_CONDUCT.md contributed by Elizabeth Schneider ([mozts2005](https://github.com/mozts2005))
9+
- [#281](https://github.com/mozts2005/ZendeskApi_v2/issues/281) - "brand_id" property does not exist in Result object. +More-Info-Needed
10+
- [#279](https://github.com/mozts2005/ZendeskApi_v2/pull/279) - Add GetMultipleOrganizations ("organizations/show_many.json") contributed by ([joplaal](https://github.com/joplaal))
11+
- [#278](https://github.com/mozts2005/ZendeskApi_v2/issues/278) - Thumbnail class exsists, but creation is not supported +Invalid
12+
- [#277](https://github.com/mozts2005/ZendeskApi_v2/issues/277) - OrganizationMembership Default nullable binding +Wont-fix
13+
- [#276](https://github.com/mozts2005/ZendeskApi_v2/pull/276) - Fixed tests and new property for ticket comments contributed by ([WinDrop](https://github.com/WinDrop))
14+
- [#275](https://github.com/mozts2005/ZendeskApi_v2/pull/275) - Added new fields to ticket comments contributed by ([WinDrop](https://github.com/WinDrop))
15+
- [#274](https://github.com/mozts2005/ZendeskApi_v2/pull/274) - Amendments to Ticket Comments contributed by ([WinDrop](https://github.com/WinDrop))
16+
17+
Commits: 4a6afa4034...b6b4ff86ab
18+
19+
120
# 3.6.1 (07 April 2017)
221

22+
- [#273](https://github.com/mozts2005/ZendeskApi_v2/pull/273) - adding icon for the project (#272) contributed by Elizabeth Schneider ([mozts2005](https://github.com/mozts2005))
23+
- [#271](https://github.com/mozts2005/ZendeskApi_v2/pull/271) - Issue-270 contributed by Elizabeth Schneider ([mozts2005](https://github.com/mozts2005))
24+
- [#270](https://github.com/mozts2005/ZendeskApi_v2/issues/270) - API.HelpCenter.Articles.GetByPageUrl incorrectly formats the request Uri
25+
- [#267](https://github.com/mozts2005/ZendeskApi_v2/issues/267) - Nuget dependencies are incorrect +fix
326
- [#273](https://github.com/mozts2005/ZendeskApi_v2/pull/273) - adding icon for the project (#272) contributed by Elizabeth Schneider ([mozts2005](https://github.com/mozts2005))
427
- [#272](https://github.com/mozts2005/ZendeskApi_v2/pull/272) - Project Clean up contributed by Elizabeth Schneider ([mozts2005](https://github.com/mozts2005))
528
- [#270](https://github.com/mozts2005/ZendeskApi_v2/issues/270) - API.HelpCenter.Articles.GetByPageUrl incorrectly formats the request Uri
@@ -9,7 +32,7 @@
932
- [#266](https://github.com/mozts2005/ZendeskApi_v2/pull/266) - Creating a Release for v3.6.0 contributed by Elizabeth Schneider ([mozts2005](https://github.com/mozts2005))
1033
- [#232](https://github.com/mozts2005/ZendeskApi_v2/issues/232) - Bulk/Batch endpoint support +Enhancement +hacktoberfest
1134

12-
Commits: 18286eb3df...bdd3c73512
35+
Commits: 18286eb3df...acac84a4e8
1336

1437

1538
# 3.6.0 (09 March 2017)

tools/ReleaseNotes.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Param(
2-
[string]$Version = "3.6.1",
2+
[string]$Version = "3.6.2",
33
[string]$gitHubToken = "$env:GitHubToken"
44
)
55

0 commit comments

Comments
 (0)