diff --git a/CHANGELOG.md b/CHANGELOG.md index 638447f..3629477 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [4.1.1] - 2024-09-14 +## [4.1.2] - 2024-09-14 ### Added - Added enumeration of authentication options for the Workspace you authed to. - Shows which domains are authorised to create accounts on the workspace. If a historic domain that isn't registered anymore is still approved, you could access this workspace using an email from it. diff --git a/pyproject.toml b/pyproject.toml index 185a33d..76727e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "slack-watchman" -version = "4.1.1" +version = "4.1.2" description = "Monitoring and enumerating Slack for exposed secrets" authors = ["PaperMtn "] license = "GPL-3.0" @@ -10,7 +10,6 @@ repository = "https://github.com/PaperMtn/slack-watchman" keywords = [ "audit", "slack", "slack-watchman", "watchman", "blue-team", "red-team", "threat-hunting" ] classifiers = [ "Intended Audience :: Information Technology", - "Topic :: Cybersecurity", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", ]