File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
+ ## 0.8.3 / 2017-05-15
6
+
7
+ ### Fixed:
8
+ - Client::setApiVersion should accept only argument of type string (issue #57 )
9
+
10
+
5
11
## 0.8.2 / 2017-01-10
6
12
7
13
### Fixed:
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ class Client extends ClientListener implements ClientInterface
33
33
'api_versions ' => array ('1.0 ' , '2.0 ' ), // supported versions
34
34
'format ' => 'json ' ,
35
35
'formats ' => array ('json ' , 'xml ' ), // supported response formats
36
- 'user_agent ' => 'bitbucket-api-php/0.8.2 (https://bitbucket.org/gentlero/bitbucket-api) ' ,
36
+ 'user_agent ' => 'bitbucket-api-php/0.8.3 (https://bitbucket.org/gentlero/bitbucket-api) ' ,
37
37
'timeout ' => 10 ,
38
38
'verify_peer ' => false
39
39
);
You can’t perform that action at this time.
0 commit comments