File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
5- ## [ Unreleased ]
5+ ## 0.8.1 / 2016-05-08
66
77### Fixed:
88 - Declining a PR without a ` message ` parameter caused a 500 response. (issue #43 )
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ class Client extends ClientListener implements ClientInterface
3333 'api_versions ' => array ('1.0 ' , '2.0 ' ), // supported versions
3434 'format ' => 'json ' ,
3535 'formats ' => array ('json ' , 'xml ' ), // supported response formats
36- 'user_agent ' => 'bitbucket-api-php/0.8.0 (https://bitbucket.org/gentlero/bitbucket-api) ' ,
36+ 'user_agent ' => 'bitbucket-api-php/0.8.1 (https://bitbucket.org/gentlero/bitbucket-api) ' ,
3737 'timeout ' => 10 ,
3838 'verify_peer ' => false
3939 );
You can’t perform that action at this time.
0 commit comments