From 1266b0670607a6917c2ff623438ee166d9cb8335 Mon Sep 17 00:00:00 2001 From: Elizabeth Schneider Date: Mon, 27 Nov 2017 04:38:49 -0700 Subject: [PATCH] Download attachment (#314) * added option for download attchment * fixing the build * speedy up build * speedy up part 2 * fixing build * release notes --- ReleaseNotes.md | 135 ++++++++++++++++++++++++++++++++++++++++- tools/ReleaseNotes.ps1 | 2 +- 2 files changed, 134 insertions(+), 3 deletions(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 967e7a7d..cbf64a0e 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,5 +1,17 @@ -# 3.7.1 (30 September 2017) +# 3.7.2 (27 November 2017) + + - [#313](https://github.com/mozts2005/ZendeskApi_v2/pull/313) - added option for download attchment contributed by Elizabeth Schneider ([mozts2005](https://github.com/mozts2005)) + - [#312](https://github.com/mozts2005/ZendeskApi_v2/issues/312) - Core.cs is less forgiving for parameter 'yourZendeskURL' than ZendeskApi.cs is +Question +Wont-fix + - [#311](https://github.com/mozts2005/ZendeskApi_v2/pull/311) - Implementing support for User Segments and removing dependencies to Access Policies contributed by Jean-Michel Provencher ([jmprovencher](https://github.com/jmprovencher)) + - [#310](https://github.com/mozts2005/ZendeskApi_v2/issues/310) - Unable to extract custom fields using incremental export. Custom fields are excluded from return type model. + - [#309](https://github.com/mozts2005/ZendeskApi_v2/issues/309) - Create new Ticket + +Commits: c8759b38ec...ffe276fe48 + +# v3.7.1 (30 September 2017) + + - [#308](https://github.com/mozts2005/ZendeskApi_v2/pull/308) - Issue 306 contributed by Elizabeth Schneider ([mozts2005](https://github.com/mozts2005)) - [#307](https://github.com/mozts2005/ZendeskApi_v2/pull/307) - Fixed #306 contributed by Elizabeth Schneider ([mozts2005](https://github.com/mozts2005)) - [#306](https://github.com/mozts2005/ZendeskApi_v2/issues/306) - UpdateUserIdentity actually creating new identity +fix - [#305](https://github.com/mozts2005/ZendeskApi_v2/pull/305) - fixed Unit Test contributed by Elizabeth Schneider ([mozts2005](https://github.com/mozts2005)) @@ -12,11 +24,20 @@ - [#296](https://github.com/mozts2005/ZendeskApi_v2/issues/296) - Create ticket as a "follow up" ticket +Enhancement +In-progress - [#295](https://github.com/mozts2005/ZendeskApi_v2/pull/295) - Release v3.7.0 contributed by Elizabeth Schneider ([mozts2005](https://github.com/mozts2005)) -Commits: 5d2be9cceb...b884933d70 +Commits: 5d2be9cceb...9e8c516bc2 # 3.7.0 (31 July 2017) + - [#294](https://github.com/mozts2005/ZendeskApi_v2/pull/294) - Chnaged Build to use Microsoft.NET.Sdk project system in VS 2017 contributed by Elizabeth Schneider ([mozts2005](https://github.com/mozts2005)) + - [#293](https://github.com/mozts2005/ZendeskApi_v2/pull/293) - add system_field_options to ticket field. contributed by Elizabeth Schneider ([mozts2005](https://github.com/mozts2005)) + - [#292](https://github.com/mozts2005/ZendeskApi_v2/pull/292) - added locale to all Help Center article calls that support it. contributed by Elizabeth Schneider ([mozts2005](https://github.com/mozts2005)) + - [#291](https://github.com/mozts2005/ZendeskApi_v2/issues/291) - GetArticlesByCategoryIdAsync - missing locale +Enhancement + - [#290](https://github.com/mozts2005/ZendeskApi_v2/issues/290) - system_field_options missing +Enhancement + - [#289](https://github.com/mozts2005/ZendeskApi_v2/pull/289) - updated release notes contributed by Elizabeth Schneider ([mozts2005](https://github.com/mozts2005)) + - [#288](https://github.com/mozts2005/ZendeskApi_v2/issues/288) - Error using GetTickets()? +Question +Under-Review + - [#252](https://github.com/mozts2005/ZendeskApi_v2/pull/252) - Added style cop contributed by Elizabeth Schneider ([mozts2005](https://github.com/mozts2005)) + - [#7](https://github.com/mozts2005/ZendeskApi_v2/issues/7) - Could not load Newtonsoft.json - [#294](https://github.com/mozts2005/ZendeskApi_v2/pull/294) - Changed Build to use Microsoft.NET.Sdk project system in VS 2017 contributed by Elizabeth Schneider ([mozts2005](https://github.com/mozts2005)) - [#293](https://github.com/mozts2005/ZendeskApi_v2/pull/293) - add system_field_options to ticket field. contributed by Elizabeth Schneider ([mozts2005](https://github.com/mozts2005)) - [#292](https://github.com/mozts2005/ZendeskApi_v2/pull/292) - added locale to all Help Center article calls that support it. contributed by Elizabeth Schneider ([mozts2005](https://github.com/mozts2005)) @@ -46,6 +67,20 @@ Commits: 19c1d8f3b0...a9f9f4109d - [#276](https://github.com/mozts2005/ZendeskApi_v2/pull/276) - Fixed tests and new property for ticket comments contributed by ([WinDrop](https://github.com/WinDrop)) - [#275](https://github.com/mozts2005/ZendeskApi_v2/pull/275) - Added new fields to ticket comments contributed by ([WinDrop](https://github.com/WinDrop)) - [#274](https://github.com/mozts2005/ZendeskApi_v2/pull/274) - Amendments to Ticket Comments contributed by ([WinDrop](https://github.com/WinDrop)) + - [#287](https://github.com/mozts2005/ZendeskApi_v2/issues/287) - Getting a list of article titles without body +Question + - [#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)) + - [#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)) + - [#284](https://github.com/mozts2005/ZendeskApi_v2/pull/284) - adding Test for getting Brand Id contributed by Elizabeth Schneider ([mozts2005](https://github.com/mozts2005)) + - [#283](https://github.com/mozts2005/ZendeskApi_v2/issues/283) - Is_public missing in ticket object +Enhancement +More-Info-Needed + - [#282](https://github.com/mozts2005/ZendeskApi_v2/pull/282) - Create CODE_OF_CONDUCT.md contributed by Elizabeth Schneider ([mozts2005](https://github.com/mozts2005)) + - [#281](https://github.com/mozts2005/ZendeskApi_v2/issues/281) - "brand_id" property does not exist in Result object. +More-Info-Needed + - [#280](https://github.com/mozts2005/ZendeskApi_v2/issues/280) - How is attachments handled for the new HelpDesk Articles? +Enhancement + - [#279](https://github.com/mozts2005/ZendeskApi_v2/pull/279) - Add GetMultipleOrganizations ("organizations/show_many.json") contributed by ([joplaal](https://github.com/joplaal)) + - [#278](https://github.com/mozts2005/ZendeskApi_v2/issues/278) - Thumbnail class exsists, but creation is not supported +Invalid + - [#277](https://github.com/mozts2005/ZendeskApi_v2/issues/277) - OrganizationMembership Default nullable binding +Wont-fix + - [#276](https://github.com/mozts2005/ZendeskApi_v2/pull/276) - Fixed tests and new property for ticket comments contributed by ([WinDrop](https://github.com/WinDrop)) + - [#275](https://github.com/mozts2005/ZendeskApi_v2/pull/275) - Added new fields to ticket comments contributed by ([WinDrop](https://github.com/WinDrop)) + - [#274](https://github.com/mozts2005/ZendeskApi_v2/pull/274) - Amendments to Ticket Comments contributed by ([WinDrop](https://github.com/WinDrop)) Commits: 4a6afa4034...406281ed5e @@ -61,6 +96,15 @@ Commits: 4a6afa4034...406281ed5e - [#267](https://github.com/mozts2005/ZendeskApi_v2/issues/267) - Nuget dependencies are incorrect +fix - [#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)) - [#232](https://github.com/mozts2005/ZendeskApi_v2/issues/232) - Bulk/Batch endpoint support +Enhancement +hacktoberfest + - [#273](https://github.com/mozts2005/ZendeskApi_v2/pull/273) - adding icon for the project (#272) contributed by Elizabeth Schneider ([mozts2005](https://github.com/mozts2005)) + - [#272](https://github.com/mozts2005/ZendeskApi_v2/pull/272) - Project Clean up contributed by Elizabeth Schneider ([mozts2005](https://github.com/mozts2005)) + - [#271](https://github.com/mozts2005/ZendeskApi_v2/pull/271) - Issue-270 contributed by Elizabeth Schneider ([mozts2005](https://github.com/mozts2005)) + - [#270](https://github.com/mozts2005/ZendeskApi_v2/issues/270) - API.HelpCenter.Articles.GetByPageUrl incorrectly formats the request Uri + - [#269](https://github.com/mozts2005/ZendeskApi_v2/pull/269) - Fixed typo in var name in example project contributed by Keir Kettle ([keirk](https://github.com/keirk)) + - [#268](https://github.com/mozts2005/ZendeskApi_v2/pull/268) - Updated Nusepc File contributed by Elizabeth Schneider ([mozts2005](https://github.com/mozts2005)) + - [#267](https://github.com/mozts2005/ZendeskApi_v2/issues/267) - Nuget dependencies are incorrect +fix + - [#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)) + - [#232](https://github.com/mozts2005/ZendeskApi_v2/issues/232) - Bulk/Batch endpoint support +Enhancement +hacktoberfest Commits: 18286eb3df...acac84a4e8 @@ -72,6 +116,11 @@ Commits: 18286eb3df...acac84a4e8 - [#263](https://github.com/mozts2005/ZendeskApi_v2/issues/263) - CreatePost() Exception +fix - [#262](https://github.com/mozts2005/ZendeskApi_v2/issues/262) - Need to change sectionid from int to long in article results +fix - [#261](https://github.com/mozts2005/ZendeskApi_v2/issues/261) - System.Net.WebException using version net45 + - [#265](https://github.com/mozts2005/ZendeskApi_v2/pull/265) - fixing build numbers contributed by Elizabeth Schneider ([mozts2005](https://github.com/mozts2005)) + - [#264](https://github.com/mozts2005/ZendeskApi_v2/pull/264) - Int to long contributed by Elizabeth Schneider ([mozts2005](https://github.com/mozts2005)) + - [#263](https://github.com/mozts2005/ZendeskApi_v2/issues/263) - CreatePost() Exception +fix + - [#262](https://github.com/mozts2005/ZendeskApi_v2/issues/262) - Need to change sectionid from int to long in article results +fix + - [#261](https://github.com/mozts2005/ZendeskApi_v2/issues/261) - System.Net.WebException using version net45 Commits: 620e3740bd...0824eef954 @@ -89,6 +138,17 @@ Commits: 620e3740bd...0824eef954 - [#251](https://github.com/mozts2005/ZendeskApi_v2/pull/251) - added Test Case for #246 contributed by Elizabeth Schneider ([mozts2005](https://github.com/mozts2005)) - [#247](https://github.com/mozts2005/ZendeskApi_v2/issues/247) - Core.cs, WebException from RunRequest hides Response - [#246](https://github.com/mozts2005/ZendeskApi_v2/issues/246) - Ticket Group null +Test-case-needed + - [#260](https://github.com/mozts2005/ZendeskApi_v2/pull/260) - updated Release Notes for v3.5.3 contributed by Elizabeth Schneider ([mozts2005](https://github.com/mozts2005)) + - [#259](https://github.com/mozts2005/ZendeskApi_v2/pull/259) - updated CONTRIBUTING.md contributed by Elizabeth Schneider ([mozts2005](https://github.com/mozts2005)) + - [#258](https://github.com/mozts2005/ZendeskApi_v2/pull/258) - update version number contributed by Elizabeth Schneider ([mozts2005](https://github.com/mozts2005)) + - [#257](https://github.com/mozts2005/ZendeskApi_v2/pull/257) - Fix #256 contributed by Elizabeth Schneider ([mozts2005](https://github.com/mozts2005)) + - [#256](https://github.com/mozts2005/ZendeskApi_v2/issues/256) - Problem updating custom Ticket Fields Async +fix + - [#255](https://github.com/mozts2005/ZendeskApi_v2/pull/255) - Added Test for issue #254 contributed by Elizabeth Schneider ([mozts2005](https://github.com/mozts2005)) + - [#254](https://github.com/mozts2005/ZendeskApi_v2/issues/254) - Comment channel changed from "api" to "web" when pusing to zendesk +More-Info-Needed + - [#253](https://github.com/mozts2005/ZendeskApi_v2/issues/253) - Search Tickets by Tag + - [#251](https://github.com/mozts2005/ZendeskApi_v2/pull/251) - added Test Case for #246 contributed by Elizabeth Schneider ([mozts2005](https://github.com/mozts2005)) + - [#247](https://github.com/mozts2005/ZendeskApi_v2/issues/247) - Core.cs, WebException from RunRequest hides Response + - [#246](https://github.com/mozts2005/ZendeskApi_v2/issues/246) - Ticket Group null +Test-case-needed Commits: 0716779368...cf3296eec6 @@ -104,6 +164,15 @@ Commits: 0716779368...cf3296eec6 - [#242](https://github.com/mozts2005/ZendeskApi_v2/pull/242) - Release notes for v3.5.1 contributed by Elizabeth Schneider ([mozts2005](https://github.com/mozts2005)) - [#227](https://github.com/mozts2005/ZendeskApi_v2/issues/227) - get User related info +Enhancement +hacktoberfest - [#226](https://github.com/mozts2005/ZendeskApi_v2/issues/226) - Inconsistant 422 Errors Unprocessable Entity - Updating Trigger +fix +Test-case-needed + - [#250](https://github.com/mozts2005/ZendeskApi_v2/pull/250) - update MSbuild task contributed by Elizabeth Schneider ([mozts2005](https://github.com/mozts2005)) + - [#249](https://github.com/mozts2005/ZendeskApi_v2/pull/249) - Included original Response in new WebException contributed by Nick Coad ([nickcoad](https://github.com/nickcoad)) + - [#248](https://github.com/mozts2005/ZendeskApi_v2/pull/248) - Included original Response in new WebException contributed by Nick Coad ([nickcoad](https://github.com/nickcoad)) + - [#245](https://github.com/mozts2005/ZendeskApi_v2/pull/245) - Added Example Console Application contributed by Elizabeth Schneider ([mozts2005](https://github.com/mozts2005)) + - [#244](https://github.com/mozts2005/ZendeskApi_v2/pull/244) - get User related info #227 contributed by ([M3LiNdRu](https://github.com/M3LiNdRu)) + - [#243](https://github.com/mozts2005/ZendeskApi_v2/pull/243) - Support for Brands contributed by Jeremy Smith ([jerbri](https://github.com/jerbri)) + - [#242](https://github.com/mozts2005/ZendeskApi_v2/pull/242) - Release notes for v3.5.1 contributed by Elizabeth Schneider ([mozts2005](https://github.com/mozts2005)) + - [#227](https://github.com/mozts2005/ZendeskApi_v2/issues/227) - get User related info +Enhancement +hacktoberfest + - [#226](https://github.com/mozts2005/ZendeskApi_v2/issues/226) - Inconsistant 422 Errors Unprocessable Entity - Updating Trigger +fix +Test-case-needed Commits: 847d222181...75e8f6a04e @@ -120,6 +189,16 @@ Commits: 847d222181...75e8f6a04e - [#233](https://github.com/mozts2005/ZendeskApi_v2/issues/233) - Comments.Public = false creates comment as public +fix - [#231](https://github.com/mozts2005/ZendeskApi_v2/pull/231) - New Zendesk voice methods contributed by ([WinDrop](https://github.com/WinDrop)) - [#230](https://github.com/mozts2005/ZendeskApi_v2/issues/230) - Would it be possible to compile ZendeskApi_v2 against .NET Framework 4.0? + - [#241](https://github.com/mozts2005/ZendeskApi_v2/pull/241) - Release Note clean up contributed by Elizabeth Schneider ([mozts2005](https://github.com/mozts2005)) + - [#240](https://github.com/mozts2005/ZendeskApi_v2/issues/240) - Article property on IndividualArticleResponse is misspelled + - [#239](https://github.com/mozts2005/ZendeskApi_v2/issues/239) - Update Ticket disregards public flag for comments + - [#238](https://github.com/mozts2005/ZendeskApi_v2/issues/238) - SortOrder is ignored for search results +fix + - [#237](https://github.com/mozts2005/ZendeskApi_v2/issues/237) - SearchForOrganizationsAsync() returns no results + - [#236](https://github.com/mozts2005/ZendeskApi_v2/pull/236) - updated SearchForOrganizations to better reflect its purpose contributed by Mat Warger ([mwarger](https://github.com/mwarger)) + - [#234](https://github.com/mozts2005/ZendeskApi_v2/pull/234) - Fix an issue with bool serialization (#233) contributed by ([Tyf0x](https://github.com/Tyf0x)) + - [#233](https://github.com/mozts2005/ZendeskApi_v2/issues/233) - Comments.Public = false creates comment as public +fix + - [#231](https://github.com/mozts2005/ZendeskApi_v2/pull/231) - New Zendesk voice methods contributed by ([WinDrop](https://github.com/WinDrop)) + - [#230](https://github.com/mozts2005/ZendeskApi_v2/issues/230) - Would it be possible to compile ZendeskApi_v2 against .NET Framework 4.0? Commits: cab28417d6...30fb69ed97 @@ -161,5 +240,57 @@ Commits: cab28417d6...30fb69ed97 - [#190](https://github.com/mozts2005/ZendeskApi_v2/pull/190) - Added a Settings file instead of using a class to hold settings contributed by SPorter ([StephenMP](https://github.com/StephenMP)) - [#140](https://github.com/mozts2005/ZendeskApi_v2/issues/140) - User Custom Field of DateTime type +More-Info-Needed - [#125](https://github.com/mozts2005/ZendeskApi_v2/issues/125) - Ticket Creation error +More-Info-Needed + - [#229](https://github.com/mozts2005/ZendeskApi_v2/pull/229) - New class for voice data and method allowing to request more than 100 audits per ticket contributed by ([WinDrop](https://github.com/WinDrop)) + - [#228](https://github.com/mozts2005/ZendeskApi_v2/issues/228) - GrooveApi +Question + - [#225](https://github.com/mozts2005/ZendeskApi_v2/issues/225) - invalid token +Question + - [#224](https://github.com/mozts2005/ZendeskApi_v2/pull/224) - updated HelpCenterApi to properly format URL like Core does contributed by Mat Warger ([mwarger](https://github.com/mwarger)) + - [#223](https://github.com/mozts2005/ZendeskApi_v2/issues/223) - Issue with NuGet package +Question + - [#222](https://github.com/mozts2005/ZendeskApi_v2/issues/222) - It can't be used by signed assembly + - [#221](https://github.com/mozts2005/ZendeskApi_v2/issues/221) - Forum topics +Enhancement + - [#220](https://github.com/mozts2005/ZendeskApi_v2/issues/220) - GetArticles blocked by section with tag assigned +Enhancement +In-progress + - [#219](https://github.com/mozts2005/ZendeskApi_v2/issues/219) - Method not found +More-Info-Needed + - [#218](https://github.com/mozts2005/ZendeskApi_v2/pull/218) - Adding support for translations contributed by Mark ([Marcus10110](https://github.com/Marcus10110)) + - [#217](https://github.com/mozts2005/ZendeskApi_v2/pull/217) - Follow up to Help Center Section Fix contributed by Mark ([Marcus10110](https://github.com/Marcus10110)) + - [#216](https://github.com/mozts2005/ZendeskApi_v2/pull/216) - [WIP] Unit test and fix for #195, "Help Center CreateSection API endpoint not correct, cannot create new sections." contributed by Mark ([Marcus10110](https://github.com/Marcus10110)) + - [#215](https://github.com/mozts2005/ZendeskApi_v2/issues/215) - Zendesk API change - help center update article endpoint no longer allows changes to body, title or draft +fix + - [#214](https://github.com/mozts2005/ZendeskApi_v2/issues/214) - (401) Unauthorized "error":"invalid_token" + - [#213](https://github.com/mozts2005/ZendeskApi_v2/pull/213) - Add support to get tickets by assigned contributed by Nate ([tympaniplayer](https://github.com/tympaniplayer)) + - [#212](https://github.com/mozts2005/ZendeskApi_v2/pull/212) - Support for compiling on UNC location contributed by ([fuhye](https://github.com/fuhye)) + - [#211](https://github.com/mozts2005/ZendeskApi_v2/pull/211) - Support for compiling on UNC location contributed by ([fuhye](https://github.com/fuhye)) + - [#210](https://github.com/mozts2005/ZendeskApi_v2/pull/210) - Support for compiling on UNC location contributed by ([fuhye](https://github.com/fuhye)) + - [#209](https://github.com/mozts2005/ZendeskApi_v2/issues/209) - TicketExportResponse - EndDate property not serialized correctly +Test-case-needed + - [#208](https://github.com/mozts2005/ZendeskApi_v2/issues/208) - Ticket comment needs to have HTML body added +Enhancement +Up-for-Grabs + - [#207](https://github.com/mozts2005/ZendeskApi_v2/pull/207) - Merging Pull Request 204 to Master contributed by Elizabeth Schneider ([mozts2005](https://github.com/mozts2005)) + - [#206](https://github.com/mozts2005/ZendeskApi_v2/pull/206) - Updates to support date changes in the Holiday API contributed by ([CKCobra](https://github.com/CKCobra)) + - [#205](https://github.com/mozts2005/ZendeskApi_v2/issues/205) - GetUserIdentities serialization error ( JSON integer is too large or small for an Int32) +fix + - [#204](https://github.com/mozts2005/ZendeskApi_v2/pull/204) - Refactor incremental ticket export contributed by ([brightwavepartners](https://github.com/brightwavepartners)) + - [#203](https://github.com/mozts2005/ZendeskApi_v2/issues/203) - Article search serialization error (when Author Id exceeds max int). +fix + - [#202](https://github.com/mozts2005/ZendeskApi_v2/pull/202) - Make GroupTagResult Pageable contributed by Tyler Sanborn ([Tybearius](https://github.com/Tybearius)) +Test-case-needed + - [#201](https://github.com/mozts2005/ZendeskApi_v2/pull/201) - Test Unit to HtmlBody contributed by Andre Mesquita ([avmesquita](https://github.com/avmesquita)) + - [#199](https://github.com/mozts2005/ZendeskApi_v2/pull/199) - Needed to send HTML content contributed by Andre Mesquita ([avmesquita](https://github.com/avmesquita)) +Test-case-needed + - [#198](https://github.com/mozts2005/ZendeskApi_v2/pull/198) - To send HTML content, need change HtmlBody contributed by Andre Mesquita ([avmesquita](https://github.com/avmesquita)) +Test-case-needed + - [#197](https://github.com/mozts2005/ZendeskApi_v2/pull/197) - HtmlBody was as private set contributed by Andre Mesquita ([avmesquita](https://github.com/avmesquita)) +Test-case-needed + - [#195](https://github.com/mozts2005/ZendeskApi_v2/issues/195) - Help Center CreateSection API endpoint not correct, cannot create new sections. +fix +Test-case-needed + - [#194](https://github.com/mozts2005/ZendeskApi_v2/issues/194) - Can't add user photo +Enhancement +In-progress + - [#190](https://github.com/mozts2005/ZendeskApi_v2/pull/190) - Added a Settings file instead of using a class to hold settings contributed by SPorter ([StephenMP](https://github.com/StephenMP)) + - [#140](https://github.com/mozts2005/ZendeskApi_v2/issues/140) - User Custom Field of DateTime type +More-Info-Needed + - [#125](https://github.com/mozts2005/ZendeskApi_v2/issues/125) - Ticket Creation error +More-Info-Needed Commits: c386381743...0ab4b3f06e + + +# 3.7.1 (30 September 2017) + + - [#307](https://github.com/mozts2005/ZendeskApi_v2/pull/307) - Fixed #306 contributed by Elizabeth Schneider ([mozts2005](https://github.com/mozts2005)) + - [#306](https://github.com/mozts2005/ZendeskApi_v2/issues/306) - UpdateUserIdentity actually creating new identity +fix + - [#305](https://github.com/mozts2005/ZendeskApi_v2/pull/305) - fixed Unit Test contributed by Elizabeth Schneider ([mozts2005](https://github.com/mozts2005)) + - [#304](https://github.com/mozts2005/ZendeskApi_v2/pull/304) - Added ViaFollowupSourceId to Ticket Model contributed by Elizabeth Schneider ([mozts2005](https://github.com/mozts2005)) + - [#303](https://github.com/mozts2005/ZendeskApi_v2/issues/303) - Bug in SearchArticlesForAsync +fix + - [#301](https://github.com/mozts2005/ZendeskApi_v2/pull/301) - Issue 300 contributed by Chris Bonilla ([chrisbonilla95](https://github.com/chrisbonilla95)) + - [#300](https://github.com/mozts2005/ZendeskApi_v2/issues/300) - Get Users in specified role(s) +Enhancement + - [#298](https://github.com/mozts2005/ZendeskApi_v2/pull/298) - adding ViaFollowupSourceId contributed by Elizabeth Schneider ([mozts2005](https://github.com/mozts2005)) + - [#297](https://github.com/mozts2005/ZendeskApi_v2/issues/297) - Creating a follow up ticket +Duplicate + - [#296](https://github.com/mozts2005/ZendeskApi_v2/issues/296) - Create ticket as a "follow up" ticket +Enhancement +In-progress + - [#295](https://github.com/mozts2005/ZendeskApi_v2/pull/295) - Release v3.7.0 contributed by Elizabeth Schneider ([mozts2005](https://github.com/mozts2005)) + +Commits: 5d2be9cceb...b884933d70 diff --git a/tools/ReleaseNotes.ps1 b/tools/ReleaseNotes.ps1 index 0360ee07..c4fd0496 100644 --- a/tools/ReleaseNotes.ps1 +++ b/tools/ReleaseNotes.ps1 @@ -1,5 +1,5 @@ Param( - [string]$Version = "3.7.1", + [string]$Version = "3.7.2", [string]$gitHubToken = "$env:GitHubToken" )