Skip to content

Commit 16f80f2

Browse files
Prep next version
1 parent 6b80588 commit 16f80f2

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [11.15.0] - UPCOMING
9+
10+
* TBC
11+
812
## [11.14.0] - 2024-03-11
913

1014
* Add support for `php-http/cache-plugin:^2.0`

README.md

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

3030
```bash
31-
$ composer require "m4tthumphrey/php-gitlab-api:^11.14" \
31+
$ composer require "m4tthumphrey/php-gitlab-api:^11.15" \
3232
"guzzlehttp/guzzle:^7.8" "http-interop/http-factory-guzzle:^1.2"
3333
```
3434

@@ -37,7 +37,7 @@ $ composer require "m4tthumphrey/php-gitlab-api:^11.14" \
3737
#### Laravel:
3838

3939
```bash
40-
$ composer require "graham-campbell/gitlab:^7.5"
40+
$ composer require "graham-campbell/gitlab:^7.6"
4141
```
4242

4343
#### Symfony:
@@ -96,7 +96,7 @@ $builder->addPlugin($plugin);
9696
$client = new Gitlab\Client($builder);
9797
```
9898

99-
One can read more about HTTPlug plugins [here](https://docs.php-http.org/en/latest/plugins/introduction.html#how-it-works). Take a look around the [API methods](https://github.com/GitLabPHP/Client/tree/11.2/src/Api), and please feel free to report any bugs, noting our [code of conduct](.github/CODE_OF_CONDUCT.md).
99+
One can read more about HTTPlug plugins [here](https://docs.php-http.org/en/latest/plugins/introduction.html#how-it-works). Take a look around the [API methods](https://github.com/GitLabPHP/Client/tree/11.15/src/Api), and please feel free to report any bugs, noting our [code of conduct](.github/CODE_OF_CONDUCT.md).
100100

101101

102102
## Contributing

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ class Client
100100
*
101101
* @var string
102102
*/
103-
private const USER_AGENT = 'gitlab-php-api-client/11.14';
103+
private const USER_AGENT = 'gitlab-php-api-client/11.15';
104104

105105
/**
106106
* The HTTP client builder.

0 commit comments

Comments
 (0)