File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ 11.5.0] - UPCOMING
9
9
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
11
18
12
19
## [ 11.4.0] - 2021-03-27
13
20
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ $ composer require "m4tthumphrey/php-gitlab-api:^11.5" "guzzlehttp/guzzle:^7.2"
36
36
#### Laravel:
37
37
38
38
``` 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"
40
40
```
41
41
42
42
#### Symfony:
You can’t perform that action at this time.
0 commit comments