diff --git a/CHANGELOG.md b/CHANGELOG.md index 79abe64..ca567e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## Unreleased +## v0.1.3 - 2023-04-24 + ### Changed - Updated publish workflow runner to Ubuntu 22.04 since 18.04 is removed. (#58) diff --git a/setup.py b/setup.py index a479aa6..e523637 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ author="NIWC Pacific", name="statick-web", description="Statick analysis plugins for Web (css, html, js) files.", - version="0.1.2", + version="0.1.3", packages=[ "statick_tool", "statick_tool.plugins.discovery",