Skip to content

Commit

Permalink
Bump version to 4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rpiazza committed Jan 24, 2022
1 parent 5c3f725 commit 49e55fe
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 6 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
CHANGELOG
=========

4.1.4 - 2022-01-24

- Handle required properties
- new command line option -r
- Hostname in SocketAddress in pattern is fixed
- Revamp handling of Sightings
- Compare STIX 1.x ids in a case-insensitive way

4.1.3 - 2022-01-11

ACS Data Marking issues
- Incorporate change to package dependency stix-edh
- Warn if ACS indetifier is invalid
- Warn if ACS identifier is invalid

4.1.2 - 2021-12-22

Expand Down
6 changes: 5 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,11 @@ STIX 1.x content to STIX 2.x content:
[-m MARKINGS_ALLOWED]
[-p {no_policy,strict_policy}]
[-v {2.0,2.1}]
[-r]
file
stix2-elevator v4.1.3
stix2-elevator v4.1.4

positional arguments:

Expand Down Expand Up @@ -234,6 +235,9 @@ optional arguments:
-v {2.0,2.1}, --version {2.0,2.1}
The version of stix 2 to be produced. The default is 2.1
-r, --ignore-required-properties
Do not provide missing required properties
Refer to elevator_log_messages.rst for all stix2-elevator messages. Use the
associated code number to --enable or --disable a message. By default, the
Expand Down
7 changes: 4 additions & 3 deletions docs/command-line.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ STIX 1.x content to STIX 2.x content:
[--log-level {DEBUG,INFO,WARN,ERROR,CRITICAL}]
[-m MARKINGS_ALLOWED]
[-p {no_policy,strict_policy}]
[-v {2.0,2.1}] [-r]
[-v {2.0,2.1}]
[-r]
file
stix2-elevator v4.1.3
stix2-elevator v4.1.4

positional arguments:

Expand Down Expand Up @@ -127,7 +128,7 @@ optional arguments:
-v {2.0,2.1}, --version {2.0,2.1}
The version of stix 2 to be produced. The default is 2.1
-r, --ignore-required-properties
-r, --ignore-required-properties
Do not provide missing required properties
Expand Down
2 changes: 1 addition & 1 deletion stix2elevator/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.1.3"
__version__ = "4.1.4"

0 comments on commit 49e55fe

Please sign in to comment.