-
-
Notifications
You must be signed in to change notification settings - Fork 471
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1ebd7e7
commit 84a0f1e
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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)) | ||
|
||
|
||
|