diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e2f99c..bc6149d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## Unreleased -## Changed +### Added + +### Fixed + +## v0.1.1 - 2022-10-11 + +### Changed - Updated tool plugins to match new structure introduced in sscpac/statick#423. - Update `inherits_from` usage in configuration file to match new list format. diff --git a/setup.py b/setup.py index e0544f1..13eb391 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ author="NIWC Pacific", name="statick-tooling", description="Statick analysis plugins for Tooling files.", - version="0.1.0", + version="0.1.1", packages=[ "statick_tool", "statick_tool.plugins.discovery",