Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
PaperMtn committed May 5, 2023
1 parent a563e3e commit 170be56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [4.0.1] - 2023-05-04
## [4.0.1] - 2023-05-05
### Changed
- User output in stdout logging now includes display name and email. The accounts for cases where usernames are nonsensical.

Expand Down
2 changes: 1 addition & 1 deletion src/slack_watchman/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
]

__title__ = 'Slack Watchman'
__version__ = '4.0.0'
__version__ = '4.0.1'
__summary__ = 'Monitoring and enumerating Slack for exposed secrets'
__author__ = 'PaperMtn'
__email__ = '[email protected]'
Expand Down

0 comments on commit 170be56

Please sign in to comment.