diff --git a/CHANGELOG.md b/CHANGELOG.md index fd8a086..10fc00e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [0.4.0] Unreleased ### Added +### Fixed +### Removed + +## [0.3.2] 2025-09-11 +### Added ### Changed - Update send_message data and allow changing certain things through msg.extras (#112)" ### Fixed diff --git a/docs/conf.py b/docs/conf.py index ebee3c1..59166c0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = "errbot-backend-slackv3 contributors" # The full version, including alpha/beta/rc tags -release = "0.3.1" +release = "0.3.2" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 3f8ae5a..288ba90 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ def read(name, encoding="ascii"): setup( name="errbot-backend-slackv3", - version="0.3.1", + version="0.3.2", description="Errbot SlackV3 backend plugin", author="Errbot", packages=find_packages(where="src"),