Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
PaperMtn committed Oct 27, 2024
1 parent 6e833bb commit 9921757
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
## [4.3.0] - 2024-10-x
### Changed
- Timestamps are now in UTC across all logging for consistency
- Refactor some commonly used functions into a utils module
- More general code cleanup and refactoring

### Fixed
- Fixed a few bugs with models for User, Workspace and Messages not picking up all values

### Added
- GitHub actions for Python tests and Docker build and run testing
- Implemented unit tests for models


## [4.2.0] - 2024-09-27
### Added
- Added enumeration of conversations with populated Canvases attached. These can contain sensitive information, and are worth reviewing.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "slack-watchman"
version = "4.2.0"
version = "4.3.0"
description = "Monitoring and enumerating Slack for exposed secrets"
authors = ["PaperMtn <papermtn@protonmail.com>"]
license = "GPL-3.0"
Expand Down

0 comments on commit 9921757

Please sign in to comment.