Skip to content

Commit 49f815d

Browse files
committed
Updated setup to 0.3.8 and CHANGELOG
1 parent 3bcac3b commit 49f815d

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.3.8](https://github.com/OTRF/ATTACK-Python-Client/tree/0.3.8) (2022-11-19)
4+
5+
[Full Changelog](https://github.com/OTRF/ATTACK-Python-Client/compare/0.3.7...0.3.8)
6+
7+
**Implemented enhancements:**
8+
9+
- Should PRE-attack be removed? [\#59](https://github.com/OTRF/ATTACK-Python-Client/issues/59)
10+
11+
**Merged pull requests:**
12+
13+
- Add support for campaings entity added in MITRE v12 [\#62](https://github.com/OTRF/ATTACK-Python-Client/pull/62) ([dadokkio](https://github.com/dadokkio))
14+
- added include\_pre\_attack parameter to attack\_client constructor [\#61](https://github.com/OTRF/ATTACK-Python-Client/pull/61) ([rubinatorz](https://github.com/rubinatorz))
15+
316
## [0.3.7](https://github.com/OTRF/ATTACK-Python-Client/tree/0.3.7) (2022-07-05)
417

518
[Full Changelog](https://github.com/OTRF/ATTACK-Python-Client/compare/0.3.6...0.3.7)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name="attackcti",
16-
version="0.3.7",
16+
version="0.3.8",
1717
author="Roberto Rodriguez",
1818
description="MITRE ATTACK CTI Python Libary",
1919
long_description=long_description,

0 commit comments

Comments
 (0)