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
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
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"
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:
You can’t perform that action at this time.
0 commit comments