Skip to content

Commit a37bf2a

Browse files
committed
Merge branch 'release/3.0.1'
2 parents 5817ebb + ea12bc7 commit a37bf2a

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [3.0.1] - 2022-03-15
8+
9+
- Update `october/system` version constraint.
10+
711
## [3.0.0] - 2022-03-14
812

913
- !! Dropped logic for "Excluded URLs". Please add whitelisted paths after upgrading to this version.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"require": {
1616
"php": "^7.4 || ^8.0",
17-
"october/system": ">=1.0",
17+
"october/system": "^1.0 || ^2.0",
1818
"composer/installers": "^1.0 || ^2.0"
1919
},
2020
"archive": {

updates/version.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ v3.0.0:
99
- "Improve white-listing of URLs."
1010
- 20220314_000002_drop_excluded_urls_table.php
1111
- 20220314_000003_add_whitelist_column_to_credentials_table.php
12+
v3.0.1:
13+
- "Update october/system version constraint."

0 commit comments

Comments
 (0)