Skip to content

Commit d1d0c03

Browse files
committed
Added missing JSON test file in MANIFEST (FIX RT#157279)
1 parent be94809 commit d1d0c03

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

Changes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
Change history for STIX
22

3+
1.01 2024-11-19
4+
- FIX typo in POD
5+
- Added missing JSON test file in MANIFEST (FIX RT#157279)
6+
37
1.00 2024-11-18
48
- First release of STIX

MANIFEST

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ t/examples/indicator-for-c2-ip-address.json
182182
t/examples/indicator-to-campaign-relationship.json
183183
t/examples/indicators-for-C2-with-COA.json
184184
t/examples/infrastructure.json
185+
t/examples/interop-objectmarking-test.json
185186
t/examples/malicious-email-indicator-with-attachment.json
186187
t/examples/README.md
187188
t/examples/threat-reports/apt1.json

lib/STIX.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ my @COMMON = (qw[
165165
marking_definition
166166
]);
167167

168-
our $VERSION = '1.00';
168+
our $VERSION = '1.01';
169169
$VERSION =~ tr/_//d; ## no critic
170170

171171
our %EXPORT_TAGS = (

0 commit comments

Comments
 (0)