You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,18 @@ Changes are grouped as follows
12
12
-`Fixed` for any bug fixes.
13
13
-`Security` in case of vulnerabilities.
14
14
15
-
## 7.5.12
15
+
## 7.5.13
16
16
17
17
### Security
18
18
19
19
* Disabled recursive search for .env file. The change will prevent loading environment variables hosted in directories other than the current working directory. Environment variable management is now more explicit to enhance security, and reduce potential misconfigurations.
20
20
21
+
## 7.5.12
22
+
23
+
## Added
24
+
25
+
- Allow users to override what message to send on shutdown
0 commit comments