Skip to content

Commit 9aa1c9b

Browse files
committed
Merge tag '0.7.1' into develop
0.7.1
2 parents 9ac7107 + c3de78a commit 9aa1c9b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## [0.7.0] / 2015-09-08
5+
## 0.7.1 / 2015-11-07
6+
7+
### Fixed:
8+
- HTTP Client options where not forwarded to child classes. (PR #26)
9+
10+
## 0.7.0 / 2015-09-08
611

712
### Added:
813
- Implemented webhooks endpoints.

lib/Bitbucket/API/Http/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.7.0 (https://bitbucket.org/gentlero/bitbucket-api)',
36+
'user_agent' => 'bitbucket-api-php/0.7.1 (https://bitbucket.org/gentlero/bitbucket-api)',
3737
'timeout' => 10,
3838
'verify_peer' => false
3939
);

0 commit comments

Comments
 (0)