Skip to content

Commit 0c8224a

Browse files
Bumped versions
1 parent db0be48 commit 0c8224a

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
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.11.0] - UPCOMING
9+
10+
* Add support for `expires_at` in `Groups::addMember`
11+
812
## [11.10.0] - 2023-04-30
913

1014
* Add support for `Packages::addGenericFile`

README.md

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

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

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

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

4343
#### Symfony:

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class Client
9898
*
9999
* @var string
100100
*/
101-
private const USER_AGENT = 'gitlab-php-api-client/11.10';
101+
private const USER_AGENT = 'gitlab-php-api-client/11.11';
102102

103103
/**
104104
* The HTTP client builder.

0 commit comments

Comments
 (0)