Skip to content

Commit

Permalink
Prepare 2.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
acrobat committed Sep 3, 2018
1 parent e84f0b6 commit 3acc984
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.

## 2.10.0

### Added

- Support for "before" parameter on Notification API (#724)

### Changed

- Allow unspecified `event` when creating review (#723)

### Fixed

- Adjust: installationn access token endpoint (#731)
- Fixed "get single label" example and add correct example for getting issue's labels (#732)
- Add comment about `Key` constructor argument (#722)

## 2.9.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"prefer-stable": true,
"extra": {
"branch-alias": {
"dev-master": "2.9.x-dev"
"dev-master": "2.10.x-dev"
}
}
}

0 comments on commit 3acc984

Please sign in to comment.