Skip to content

Commit

Permalink
Release v2.4.0 (#54)
Browse files Browse the repository at this point in the history
* Release v2.4.0

* Add Changelog

* Tidy changelog

* Update date

* Update CHANGELOG.md
  • Loading branch information
inverse authored Sep 16, 2021
1 parent 68df5c3 commit d767826
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
# Changelog

## Next
## v2.4.0 (2021-09-15)

### Added

- Added support for more Slack token formats

### Improved

- Changes yaml loading to use the safe loader (#48)
- Added support for more Slack token formats (#51)
(#51)

### Fixed

- Fix `MANIFEST.in` (#52)
- Fix output of unique rule names + tidy `setup.py` (#53)

Expand Down
2 changes: 1 addition & 1 deletion tell_me_your_secrets/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.3.0'
__version__ = '2.4.0'

0 comments on commit d767826

Please sign in to comment.