Skip to content

Commit a286d57

Browse files
author
Github Actions
committed
Version bump
1 parent 8ca6fb8 commit a286d57

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

box.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"ColdBox Security",
3-
"version":"3.4.2",
3+
"version":"3.5.0",
44
"location":"https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbsecurity/@build.version@/[email protected]@.zip",
55
"author":"Ortus Solutions.com <[email protected]>",
66
"slug":"cbsecurity",
@@ -52,15 +52,15 @@
5252
"start:lucee":"server start [email protected]",
5353
"start:2018":"server start [email protected]",
5454
"start:2021":"server start [email protected]",
55-
"start:2023":"server start [email protected]",
55+
"start:2023":"server start [email protected]",
5656
"stop:lucee":"server stop [email protected]",
5757
"stop:2018":"server stop [email protected]",
5858
"stop:2021":"server stop [email protected]",
59-
"stop:2023":"server stop [email protected]",
59+
"stop:2023":"server stop [email protected]",
6060
"logs:lucee":"server log [email protected] --follow",
6161
"logs:2018":"server log [email protected] --follow",
6262
"logs:2021":"server log [email protected] --follow",
63-
"logs:2023":"server log [email protected] --follow"
63+
"logs:2023":"server log [email protected] --follow"
6464
},
6565
"installPaths":{
6666
"jwt-cfml":"modules/jwtcfml/",

changelog.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [Unreleased]
1111

12+
## [3.4.2] - 2024-01-10
13+
14+
## [3.4.1] - 2023-08-09
15+
1216
### Fixed
1317

1418
- Markdown rules updated to fix duplicate headers
@@ -371,7 +375,9 @@ settings = {
371375

372376
- Created first module version
373377

374-
[Unreleased]: https://github.com/coldbox-modules/cbsecurity/compare/v3.4.1...HEAD
378+
[Unreleased]: https://github.com/coldbox-modules/cbsecurity/compare/v3.4.2...HEAD
379+
380+
[3.4.2]: https://github.com/coldbox-modules/cbsecurity/compare/v3.4.1...v3.4.2
375381

376382
[3.4.1]: https://github.com/coldbox-modules/cbsecurity/compare/v3.4.0...v3.4.1
377383

0 commit comments

Comments
 (0)