Skip to content

Commit ac9608f

Browse files
Bumped version
1 parent bf22303 commit ac9608f

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ CHANGE LOG
22
==========
33

44

5+
## V4.1 (UPCOMING)
6+
7+
* TODO
8+
9+
510
## V4.0 (22/12/2020)
611

712
* Dropped support for PHP 7.1

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ This version supports [PHP](https://php.net) 7.2-8.0. To get started, simply req
2828
### Standard Installation
2929

3030
```bash
31-
$ composer require "bitbucket/client:^4.0" "guzzlehttp/guzzle:^7.2" "http-interop/http-factory-guzzle:^1.0"
31+
$ composer require "bitbucket/client:^4.1" "guzzlehttp/guzzle:^7.2" "http-interop/http-factory-guzzle:^1.0"
3232
```
3333

3434
### Framework Integration
3535

3636
#### Laravel 6+:
3737

3838
```bash
39-
$ composer require "graham-campbell/bitbucket:^8.0" "guzzlehttp/guzzle:^7.2" "http-interop/http-factory-guzzle:^1.0"
39+
$ composer require "graham-campbell/bitbucket:^8.1" "guzzlehttp/guzzle:^7.2" "http-interop/http-factory-guzzle:^1.0"
4040
```
4141

4242
We are decoupled from any HTTP messaging client by using [PSR-7](https://www.php-fig.org/psr/psr-7/), [PSR-17](https://www.php-fig.org/psr/psr-17/), [PSR-18](https://www.php-fig.org/psr/psr-18/), and [HTTPlug](https://httplug.io/). You can visit [HTTPlug for library users](https://docs.php-http.org/en/latest/httplug/users.html) to get more information about installing HTTPlug related packages. The framework integration [`graham-campbell/bitbucket`](https://github.com/GrahamCampbell/Laravel-Bitbucket) is by [Graham Campbell](https://github.com/GrahamCampbell).

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class Client
7676
*
7777
* @var string
7878
*/
79-
private const USER_AGENT = 'bitbucket-php-api-client/4.0';
79+
private const USER_AGENT = 'bitbucket-php-api-client/4.1';
8080

8181
/**
8282
* The HTTP client builder.

0 commit comments

Comments
 (0)