We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1cbe51d + 93b0042 commit 886589cCopy full SHA for 886589c
CHANGELOG.md
@@ -7,6 +7,11 @@ CHANGE LOG
7
* Drop PHP 7.1 support
8
9
10
+## V2.1.5 (29/06/2020)
11
+
12
+* Fixed User-Agent version
13
14
15
## V2.1.4 (28/06/2020)
16
17
* Fixed repository diffstat
src/Client.php
@@ -92,7 +92,7 @@ public function __construct(Builder $httpClientBuilder = null)
92
93
$builder->addPlugin(new HeaderDefaultsPlugin([
94
'Accept' => 'application/json',
95
- 'User-Agent' => 'bitbucket-api-client/1.1',
+ 'User-Agent' => 'bitbucket-api-client/3.0',
96
]));
97
98
$this->setUrl('https://api.bitbucket.org');
0 commit comments