Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 3.0.0 #156

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [3.0.0](https://github.com/swimlane/pyattck-data/compare/2.6.3...3.0.0) (2023-08-03)


### ⚠ BREAKING CHANGES

* Adding splunk security content to dataset.

### Features

* Added last_updated field to MitreAttck data model ([ffc31c6](https://github.com/swimlane/pyattck-data/commit/ffc31c65d322b4ea326d1f851bce7172a853bd3d))
* Adding splunk security content to dataset. ([ea7b52f](https://github.com/swimlane/pyattck-data/commit/ea7b52f3e92621b18607cf8952022c7f0bcf5a94))


### Bug Fixes

* Data file updates ([03b2535](https://github.com/swimlane/pyattck-data/commit/03b2535f51bbe0f4d42a17f55c5a6463c3aebb9e))
* Minor deps updates ([9d268f5](https://github.com/swimlane/pyattck-data/commit/9d268f5556a1f0dc5915ba704e065474f674ca69))
* Updated last_updated timestamp ([e8816d4](https://github.com/swimlane/pyattck-data/commit/e8816d43800d2a6efb1a991267546af751546503))
* Updating actor comment field to comments list field ([afc5b18](https://github.com/swimlane/pyattck-data/commit/afc5b183d5f1f46e3d9ed4cd3d1a9379ca512fdf))

## [2.6.3](https://github.com/swimlane/pyattck-data/compare/2.6.2...2.6.3) (2023-05-11)


2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyattck-data"
version = "2.6.3"
version = "3.0.0"
description = "Pyattck Data"
authors = ["Swimlane <info@swimlane.com>"]
license = "MIT"