Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnuxie committed Jan 18, 2025
1 parent 8a17cfe commit 2ee9f35
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,19 @@ and this project adheres to

## [Unreleased] - None

## [v2.0.1] 2025-01-18

### Fixed

- Fixed an issue where the `!draupnir unban` and the unban prompt actually
banned users again at the room level instead of unbanning them. Matching
policy rules were still removed. This bug was introduced in
[v2.0.0-beta.5](https://github.com/the-draupnir-project/Draupnir/releases/tag/v2.0.0-beta.5).
Thanks to @nexy7574 for helping to debug the issue.

- Fixed an issue where default protections would be renabled on restart if
disabled, thanks to @ll-SKY-ll and @mahdi1234 for helping with debugging this.

## [v2.0.0] 2025-01-16

### Upgrade Steps
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "draupnir",
"version": "2.0.0",
"version": "2.0.1",
"description": "A moderation tool for Matrix",
"main": "lib/index.js",
"repository": "https://github.com/the-draupnir-project/Draupnir.git",
Expand Down
2 changes: 1 addition & 1 deletion synapse_antispam/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="mjolnir",
version="2.0.0", # version automated in package.json - Do not edit this line, use `yarn version`.
version="2.0.1", # version automated in package.json - Do not edit this line, use `yarn version`.
packages=find_packages(),
description="Mjolnir Antispam",
include_package_data=True,
Expand Down

0 comments on commit 2ee9f35

Please sign in to comment.