Skip to content

Commit

Permalink
Merge branch 'release/0.8.1' into support/0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
vimishor committed May 8, 2016
2 parents 274a47b + 2310abb commit 3580460
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## 0.8.1 / 2016-05-08

### Fixed:
- Declining a PR without a `message` parameter caused a 500 response. (issue #43)
Expand Down
2 changes: 1 addition & 1 deletion lib/Bitbucket/API/Http/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Client extends ClientListener implements ClientInterface
'api_versions' => array('1.0', '2.0'), // supported versions
'format' => 'json',
'formats' => array('json', 'xml'), // supported response formats
'user_agent' => 'bitbucket-api-php/0.8.0 (https://bitbucket.org/gentlero/bitbucket-api)',
'user_agent' => 'bitbucket-api-php/0.8.1 (https://bitbucket.org/gentlero/bitbucket-api)',
'timeout' => 10,
'verify_peer' => false
);
Expand Down

0 comments on commit 3580460

Please sign in to comment.