Skip to content

Commit c07204f

Browse files
Merge branch '11.4' into 11.5
2 parents f35e055 + e2f0203 commit c07204f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [11.5.0] - UPCOMING
99

10-
[11.5.0]: https://github.com/GitLabPHP/Client/compare/11.4.0...11.5.0
10+
[11.5.0]: https://github.com/GitLabPHP/Client/compare/11.4.1...11.5.0
11+
12+
## [11.4.1] - 2021-12-26
13+
14+
* Fixed creating environments
15+
* Fixed double encoding of query parameters when comparing commits
16+
17+
[11.4.1]: https://github.com/GitLabPHP/Client/compare/11.4.0...11.4.1
1118

1219
## [11.4.0] - 2021-03-27
1320

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ $ composer require "m4tthumphrey/php-gitlab-api:^11.5" "guzzlehttp/guzzle:^7.2"
3636
#### Laravel:
3737

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

4242
#### Symfony:

0 commit comments

Comments
 (0)