Skip to content

Commit 886589c

Browse files
Merge branch '2.1' into 3.0
2 parents 1cbe51d + 93b0042 commit 886589c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ CHANGE LOG
77
* Drop PHP 7.1 support
88

99

10+
## V2.1.5 (29/06/2020)
11+
12+
* Fixed User-Agent version
13+
14+
1015
## V2.1.4 (28/06/2020)
1116

1217
* Fixed repository diffstat

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public function __construct(Builder $httpClientBuilder = null)
9292

9393
$builder->addPlugin(new HeaderDefaultsPlugin([
9494
'Accept' => 'application/json',
95-
'User-Agent' => 'bitbucket-api-client/1.1',
95+
'User-Agent' => 'bitbucket-api-client/3.0',
9696
]));
9797

9898
$this->setUrl('https://api.bitbucket.org');

0 commit comments

Comments
 (0)