Skip to content

Commit

Permalink
chore: release v0.34.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DonDebonair committed Aug 13, 2023
1 parent 0541931 commit 1aa40b6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ _prefixes_. This project adheres to [Semantic Versioning](https://semver.org/spe

## [Unreleased]

## [0.34.1] - 2023-08-13

### Added

- Slack users are now indexed by their email as well, allowing fast lookups by email
([#849](https://github.com/DonDebonair/slack-machine/pull/849))

### Fixed

- All logging in Slack Machine is now done through structlog instead of the Python stdlib logger
([#850](https://github.com/DonDebonair/slack-machine/pull/850))

## [0.34.0] - 2023-08-13

### Added
Expand Down Expand Up @@ -597,7 +609,8 @@ _First release. Rejoice!_ :wave:
- A simple, yet powerful and extendable Slack bot framework


[Unreleased]: https://github.com/DonDebonair/slack-machine/compare/v0.34.0...HEAD
[Unreleased]: https://github.com/DonDebonair/slack-machine/compare/v0.34.1...HEAD
[0.34.1]: https://github.com/DonDebonair/slack-machine/compare/v0.34.0...v0.34.1
[0.34.0]: https://github.com/DonDebonair/slack-machine/compare/v0.33.0...v0.34.0
[0.33.0]: https://github.com/DonDebonair/slack-machine/compare/v0.32.0...v0.33.0
[0.32.0]: https://github.com/DonDebonair/slack-machine/compare/v0.31.0...v0.32.0
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-machine"
version = "0.34.0"
version = "0.34.1"
description = "A wonderful, simple, yet powerful and extendable Slack bot framework"
authors = ["Daan Debie <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 1aa40b6

Please sign in to comment.