Skip to content

Commit a5ab118

Browse files
authored
Merge pull request #78 from Cyb3rWard0g/master
updated CHANGELOG and setup version
2 parents 28a009e + 1aff160 commit a5ab118

2 files changed

Lines changed: 36 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,41 @@
11
# Changelog
22

3-
## [0.4.0](https://github.com/OTRF/ATTACK-Python-Client/tree/HEAD)
3+
## [0.4.1](https://github.com/OTRF/ATTACK-Python-Client/tree/0.4.1) (2024-04-01)
44

5-
[Full Changelog](https://github.com/OTRF/ATTACK-Python-Client/compare/0.3.9...HEAD)
5+
[Full Changelog](https://github.com/OTRF/ATTACK-Python-Client/compare/0.4.0...0.4.1)
6+
7+
**Implemented enhancements:**
8+
9+
- SSL certificate problem [\#56](https://github.com/OTRF/ATTACK-Python-Client/issues/56)
10+
- Integrating examples from MITRE CTI - USAGE docs in GitHub [\#35](https://github.com/OTRF/ATTACK-Python-Client/issues/35)
11+
- Create a function template for functions in attack\_client class [\#34](https://github.com/OTRF/ATTACK-Python-Client/issues/34)
12+
- Dynamic Interaction with stix2.v20.sdo object types [\#33](https://github.com/OTRF/ATTACK-Python-Client/issues/33)
13+
14+
**Fixed bugs:**
15+
16+
- AttributeError: 'function' object has no attribute 'query' when using get\_techniques\_used\_by\_group\_software [\#67](https://github.com/OTRF/ATTACK-Python-Client/issues/67)
17+
18+
**Closed issues:**
19+
20+
- 503 Error when client = attack\_client\(\) [\#72](https://github.com/OTRF/ATTACK-Python-Client/issues/72)
21+
- Connection Timeout Issue When Using 'attackcti' Library [\#71](https://github.com/OTRF/ATTACK-Python-Client/issues/71)
22+
- Expired certificate causes library crash [\#70](https://github.com/OTRF/ATTACK-Python-Client/issues/70)
23+
- How to Access the Cloud ATT&CK Matrix [\#68](https://github.com/OTRF/ATTACK-Python-Client/issues/68)
24+
- some external references are not available in technique data [\#32](https://github.com/OTRF/ATTACK-Python-Client/issues/32)
25+
- \[TO-DO\] Add case insensitive features to some of the search functions [\#25](https://github.com/OTRF/ATTACK-Python-Client/issues/25)
26+
27+
**Merged pull requests:**
28+
29+
- Updated Type Annotations and Docstrings [\#77](https://github.com/OTRF/ATTACK-Python-Client/pull/77) ([Cyb3rWard0g](https://github.com/Cyb3rWard0g))
30+
- Removed double query method from COMPOSITE\_DS.query, fix \#67 [\#76](https://github.com/OTRF/ATTACK-Python-Client/pull/76) ([Cyb3rWard0g](https://github.com/Cyb3rWard0g))
31+
- Improve STIX Object Handling and Documentation with Pydantic and Type Annotations [\#75](https://github.com/OTRF/ATTACK-Python-Client/pull/75) ([Cyb3rWard0g](https://github.com/Cyb3rWard0g))
32+
- Adding `proxies` and `verify` parameters for TAXII Client [\#73](https://github.com/OTRF/ATTACK-Python-Client/pull/73) ([thelok](https://github.com/thelok))
33+
- Update Dockerfile [\#69](https://github.com/OTRF/ATTACK-Python-Client/pull/69) ([halcyondream](https://github.com/halcyondream))
34+
- use COMPOSITE\_DS instead of TC\_ENTERPRISE\_SOURCE in generic functions [\#66](https://github.com/OTRF/ATTACK-Python-Client/pull/66) ([rubinatorz](https://github.com/rubinatorz))
35+
36+
## [0.4.0](https://github.com/OTRF/ATTACK-Python-Client/tree/0.4.0) (2023-05-23)
37+
38+
[Full Changelog](https://github.com/OTRF/ATTACK-Python-Client/compare/0.3.9...0.4.0)
639

740
**Merged pull requests:**
841

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.4.0",
16+
version="0.4.1",
1717
author="Roberto Rodriguez",
1818
description="MITRE ATTACK CTI Python Libary",
1919
long_description=long_description,

0 commit comments

Comments
 (0)