Skip to content

Latest commit

 

History

History
96 lines (55 loc) · 1.92 KB

CHANGELOG.md

File metadata and controls

96 lines (55 loc) · 1.92 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.

v0.8.1 - 2022-04-06

Changed

  • Go version to 1.18.

0.8.0 - 2021-11-10

Added

  • Get issue changelog.

0.7.1 - 2021-11-05

Fixed

  • Multiline issue in description.

0.7.0 - 2021-11-05

Added

  • Return ticketNumber once a ticket has been created.

0.6.1 - 2021-11-04

Fixed

  • Fixed transitionID was used for closing a ticket while this could deviate.

0.6.0 - 2021-11-04

Added

  • Create a ticket with certain labels.

0.5.0 - 2021-11-04

Added

  • Create a ticket with a certain priority.

Removed

  • Superfluous comments.

0.4.0 - 2021-11-04

Added

  • Add a comment to an existing ticket.

0.3.0 - 2021-08-18

Added

  • Create a Jira issue.

Changed

  • The done method could be called be imported and used in other tools.

0.2.0 - 2021-08-18

Added

  • Close a Jira issue.

0.1.0 - 2021-07-28

Added

  • Issue JQL queries.
  • Describe in README how to use the jops library.