From 6ea4b403c3028b94ad357aa5760c33c9b9774156 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 02:52:19 +0000 Subject: [PATCH] chore(master): release 7.1.2 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f0a910..7255646 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [7.1.2](https://github.com/swimlane/pyattck/compare/7.1.1...7.1.2) (2023-05-16) + + +### Bug Fixes + +* Updating test.py examples ([cbfd1f3](https://github.com/swimlane/pyattck/commit/cbfd1f33d586dfcd9a15b3cbbc38daa39e20ccd1)) + ## [7.1.1](https://github.com/swimlane/pyattck/compare/7.1.0...7.1.1) (2023-03-06) diff --git a/pyproject.toml b/pyproject.toml index 1b3a789..0786f4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyattck" -version = "7.1.1" +version = "7.1.2" description = "A Python package to interact with the Mitre ATT&CK Frameworks" authors = ["Swimlane "] license = "MIT"