Skip to content

Commit 5706545

Browse files
committed
chore: bump composer version to 1.0.6
1 parent 1812806 commit 5706545

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1515

1616
### Fixed
1717

18+
## [1.0.6] - 2024-10-07
19+
20+
### Fixed
21+
22+
- Fix duplicate policy and reduce number of splits. [@mfickers](https://github.com/mfickers) [#4](https://github.com/basecom/magento2-csp-split-header/pull/4)
23+
1824
## [1.0.5] - 2024-08-27
1925

2026
### Added
2127

22-
- Added missing tab ID in system.xml (#3). [@eneskirca](https://github.com/eneskirca)
28+
- Added missing tab ID in system.xml. [@eneskirca](https://github.com/eneskirca) [#3](https://github.com/basecom/magento2-csp-split-header/pull/3)
2329

2430
## [1.0.4] - 2024-08-08
2531

@@ -47,6 +53,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
4753

4854
## [1.0.0] - 2024-08-02
4955

56+
[1.0.6]: https://github.com/basecom/magento2-csp-split-header/compare/v1.0.5...v1.0.6
5057
[1.0.5]: https://github.com/basecom/magento2-csp-split-header/compare/v1.0.4...v1.0.5
5158
[1.0.4]: https://github.com/basecom/magento2-csp-split-header/compare/v1.0.3...v1.0.4
5259
[1.0.3]: https://github.com/basecom/magento2-csp-split-header/compare/v1.0.2...v1.0.3

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "basecom/magento2-csp-split-header",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Magento 2 module to split oversized CSP headers into multiple headers.",
55
"type": "magento2-module",
66
"license": [

0 commit comments

Comments
 (0)