Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.05 KB

CHANGELOG.md

File metadata and controls

24 lines (17 loc) · 1.05 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[v0.4.0] - 2024-01-25

Added

  • The Northwestern\Sysdev\TeamDynamix\Api\Client\Ticket\Ticket class now features an update method, implementing the Updates a Ticket API.

[v0.3.0] - 2024-01-10

Added

  • The CreateTicket entity has an optional parameter for isRichHtml, so you can send HTML in your description for prettier tickets.

[v0.2.0] - 2022-12-20

This version includes breaking API changes. Until we reach v1.0.0, that may be the case. Sorry!

Fixes

  • Changes to the CreateTicket entity, including updated parameter names & types. This corrects a problem with creating a ticket assigned to a group.

[v0.1.0] - 2022-12-02

  • Alpha release with support for a few APIs.