Skip to content

Commit

Permalink
Bumped versions
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Jul 17, 2023
1 parent db0be48 commit 0c8224a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [11.11.0] - UPCOMING

* Add support for `expires_at` in `Groups::addMember`

## [11.10.0] - 2023-04-30

* Add support for `Packages::addGenericFile`
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This version supports [PHP](https://php.net) 7.4-8.2. To get started, simply req
### Standard Installation

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

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

```bash
$ composer require "graham-campbell/gitlab:^7.2"
$ composer require "graham-campbell/gitlab:^7.3"
```

#### Symfony:
Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class Client
*
* @var string
*/
private const USER_AGENT = 'gitlab-php-api-client/11.10';
private const USER_AGENT = 'gitlab-php-api-client/11.11';

/**
* The HTTP client builder.
Expand Down

0 comments on commit 0c8224a

Please sign in to comment.