Skip to content

Commit 656b8de

Browse files
committed
v2.3.0-beta.2
1 parent 2f0f2fc commit 656b8de

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
1212
and this project adheres to
1313
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1414

15+
## [v2.3.0-beta.2]
16+
17+
### Fixed
18+
19+
- `!draupnir deactivate <user id> --no-confirm` was backwards.
20+
21+
- `--purge-messages` on user deactivation was broken.
22+
23+
Apologies, normally we'd have integration tests for this but we are time limited
24+
at the moment.
25+
1526
## [v2.3.0-beta.1]
1627

1728
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "draupnir",
3-
"version": "2.3.0-beta.1",
3+
"version": "2.3.0-beta.2",
44
"description": "A moderation tool for Matrix",
55
"main": "lib/index.js",
66
"repository": "https://github.com/the-draupnir-project/Draupnir.git",

synapse_antispam/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name="mjolnir",
9-
version="2.3.0-beta.1", # version automated in package.json - Do not edit this line, use `yarn version`.
9+
version="2.3.0-beta.2", # version automated in package.json - Do not edit this line, use `yarn version`.
1010
packages=find_packages(),
1111
description="Mjolnir Antispam",
1212
include_package_data=True,

0 commit comments

Comments
 (0)