Skip to content

Commit d83a6dd

Browse files
Bumped version
1 parent 2b730c5 commit d83a6dd

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.6.0] - UPCOMING
9+
10+
* TBC
11+
12+
[11.6.0]: https://github.com/GitLabPHP/Client/compare/11.5.0...11.6.0
13+
814
## [11.5.0] - UPCOMING
915

1016
* Added support for filtering environments by state

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.1. To get started, simply req
2828
### Standard Installation
2929

3030
```bash
31-
$ composer require "m4tthumphrey/php-gitlab-api:^11.5" "guzzlehttp/guzzle:^7.4" "http-interop/http-factory-guzzle:^1.0"
31+
$ composer require "m4tthumphrey/php-gitlab-api:^11.6" "guzzlehttp/guzzle:^7.4" "http-interop/http-factory-guzzle:^1.0"
3232
```
3333

3434
### Framework Integration
3535

3636
#### Laravel:
3737

3838
```bash
39-
$ composer require "graham-campbell/gitlab:^5.5" "guzzlehttp/guzzle:^7.4" "http-interop/http-factory-guzzle:^1.0"
39+
$ composer require "graham-campbell/gitlab:^5.6" "guzzlehttp/guzzle:^7.4" "http-interop/http-factory-guzzle:^1.0"
4040
```
4141

4242
#### Symfony:

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class Client
8686
*
8787
* @var string
8888
*/
89-
private const USER_AGENT = 'gitlab-php-api-client/11.5';
89+
private const USER_AGENT = 'gitlab-php-api-client/11.6';
9090

9191
/**
9292
* The HTTP client builder.

0 commit comments

Comments
 (0)