Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
jszwedko committed Jun 29, 2019
1 parent 3ba8054 commit 0a3be77
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@

## [Unreleased]

## 0.3.0 - 2019-06-29

Added:

* `Build`s now return `Workflow` information
* `Build`s now return `Picard` information which describes the execution environment
* `Build`s now return `Platform` information
* `Action`s now return `Background` information
* `CommitDetails` now return `Branch` and `PullRequest`
* `BuildOpts` method for building a project with arbitrary parameters

Bug fixes:

* Fix issue with paginating queries returning a 401
* Actually send build parameters for `ParameterizedBuild`
* Fix feature flag parsing to not cause a null pointer panic

## 0.2.0 - 2018-03-10

Backwards incomptabile changes:
Expand Down

0 comments on commit 0a3be77

Please sign in to comment.