-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathv6.20.0...v6.20.1.diff
37 lines (34 loc) · 1.24 KB
/
v6.20.0...v6.20.1.diff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 870b7b4a..7b415b90 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,13 @@
# Release Notes
-## [Unreleased](https://github.com/laravel/laravel/compare/v6.20.0...6.x)
+## [Unreleased](https://github.com/laravel/laravel/compare/v6.20.1...6.x)
+
+
+## [v6.20.1 (2021-05-11)](https://github.com/laravel/laravel/compare/v6.20.0...v6.20.1)
+
+### Security
+- Target 1.16.15 of facade/ignition ([#5544](https://github.com/laravel/laravel/pull/5544))
+- Bump framework version to include SQL server security fix ([#5602](https://github.com/laravel/laravel/pull/5602))
## [v6.20.0 (2020-10-30)](https://github.com/laravel/laravel/compare/v6.19.0...v6.20.0)
diff --git a/composer.json b/composer.json
index bc57c5ba..65cd1084 100644
--- a/composer.json
+++ b/composer.json
@@ -10,11 +10,11 @@
"require": {
"php": "^7.2.5|^8.0",
"fideloper/proxy": "^4.4",
- "laravel/framework": "^6.20",
+ "laravel/framework": "^6.20.26",
"laravel/tinker": "^2.5"
},
"require-dev": {
- "facade/ignition": "^1.16.4",
+ "facade/ignition": "^1.16.15",
"fakerphp/faker": "^1.9.1",
"mockery/mockery": "^1.0",
"nunomaduro/collision": "^3.0",