From 84a0f1e46f9f716ff0acfa73ba22b2bd8278b239 Mon Sep 17 00:00:00 2001 From: Wes McNamee Date: Sat, 18 May 2019 22:25:44 -0700 Subject: [PATCH] docs: Creates CHANGELOG.md --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..b11444b0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,27 @@ +# [](https://github.com/andygrunwald/go-jira/compare/v1.8.0...v1.9.0) (2019-05-19) + + +### Features + +* **issues:** Added support for AddWorklog and GetWorklogs ([1ebd7e7](https://github.com/andygrunwald/go-jira/commit/1ebd7e7)) + + + +# [1.8.0](https://github.com/andygrunwald/go-jira/compare/v1.7.0...v1.8.0) (2019-05-16) + + +### Bug Fixes + +* Add PriorityService to the main ([8491cb0](https://github.com/andygrunwald/go-jira/commit/8491cb0)) + + +### Features + +* **filter:** Add GetFavouriteList to FilterService. ([645898e](https://github.com/andygrunwald/go-jira/commit/645898e)) +* Add get all priorities ([1c63e25](https://github.com/andygrunwald/go-jira/commit/1c63e25)) +* Add ResolutionService to retrieve resolutions ([fb1ce22](https://github.com/andygrunwald/go-jira/commit/fb1ce22)) +* Add status category constants ([6223ddd](https://github.com/andygrunwald/go-jira/commit/6223ddd)) +* Add StatusCategory GetList ([049a756](https://github.com/andygrunwald/go-jira/commit/049a756)) + + +