Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcgilchrist committed Nov 8, 2022
1 parent 0a8eec5 commit 30f063a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
# Unreleased

# 0.1.6 - 2022-11-08

## Added

* `gitlab.atd`: use `date_time` instead of strings for `_at` fields
* `Project`: add `merge_request_pipelines` and `by_short_ref`
* `gitlab.atd`: use `date_time` instead of strings for `_at` fields (#68 @arvidj)
* `Project`: add `merge_request_pipelines` and `by_short_ref` (#68 @arvidj)
* `Project.merge_requests`: add parameters `updated_after`, `updated_before`,
`created_after`, `created_before` and `order_by`
`created_after`, `created_before` and `order_by` (#68 @arvidj)

## Bug fixes

* `Project.pipeline_jobs`: 404 means pending pipeline, not error
* `gitlab.atd`: `time_stats` estimates are strings
* `Project.pipeline_jobs`: 404 means pending pipeline, not error (#68 @arvidj)
* `gitlab.atd`: `time_stats` estimates are strings (#66 @MisterDA)

# 0.1.5 - 2022-06-17

Expand Down

0 comments on commit 30f063a

Please sign in to comment.