Skip to content

Commit

Permalink
Update to v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jondricek committed Oct 18, 2023
1 parent e5c704a commit 2b10b19
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 2.1.1 10/18/2023

## Fixes

- Set all columns in Excel files Relationships tabs the same. [#136](https://github.com/mitre-attack/mitreattack-python/issues/136)

## Features

- mitreattack.stix20.MitreAttackData can now be initialized with a stix2.MemoryStore instead of just a STIX file.

# 2.1.0 10/13/2023

## Fixes
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="mitreattack-python",
version="2.1.0",
version="2.1.1",
author="MITRE ATT&CK, MITRE Corporation",
author_email="[email protected]",
description="MITRE ATT&CK python library",
Expand Down

0 comments on commit 2b10b19

Please sign in to comment.