Skip to content

Commit 2c4bdc2

Browse files
Prep next version
1 parent ddfcd46 commit 2c4bdc2

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
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.4.0] - UPCOMING
9+
10+
* TBC
11+
12+
[11.4.0]: https://github.com/GitLabPHP/Client/compare/11.3.0...11.4.0
13+
814
## [11.3.0] - 2021-03-14
915

1016
* Added support for disabling and enabling runners

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ 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 "m4tthumphrey/php-gitlab-api:^11.3" "guzzlehttp/guzzle:^7.2" "http-interop/http-factory-guzzle:^1.0"
31+
$ composer require "m4tthumphrey/php-gitlab-api:^11.4" "guzzlehttp/guzzle:^7.2" "http-interop/http-factory-guzzle:^1.0"
3232
```
3333

3434
### Framework Integration

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class Client
8585
*
8686
* @var string
8787
*/
88-
private const USER_AGENT = 'gitlab-php-api-client/11.3';
88+
private const USER_AGENT = 'gitlab-php-api-client/11.4';
8989

9090
/**
9191
* The HTTP client builder.

0 commit comments

Comments
 (0)