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 @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
55
6- ## [ Unreleased ]
6+ ## 1.1.0 / 2017-11-06
77
88### Added:
99 - Implemented [ Pipeline] support. ( * thanks to @marco_veenendaal* )
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ class Client extends ClientListener implements ClientInterface
3232 'api_versions ' => array ('1.0 ' , '2.0 ' ), // supported versions
3333 'format ' => 'json ' ,
3434 'formats ' => array ('json ' , 'xml ' ), // supported response formats
35- 'user_agent ' => 'bitbucket-api-php/1.0 .0 (https://bitbucket.org/gentlero/bitbucket-api) ' ,
35+ 'user_agent ' => 'bitbucket-api-php/1.1 .0 (https://bitbucket.org/gentlero/bitbucket-api) ' ,
3636 'timeout ' => 10 ,
3737 'verify_peer ' => true
3838 );
You can’t perform that action at this time.
0 commit comments