Skip to content

Commit d7df581

Browse files
committed
v2.3.0-beta.0
1 parent 1b195e5 commit d7df581

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@ 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-
## [Unreleased]
15+
## [v2.3.0-beta.0]
16+
17+
In this update we want feedback on new
18+
[homeserver administrative](https://the-draupnir-project.github.io/draupnir-documentation/bot/homeserver-administration)
19+
features we have added to Draupnir. Please try them out and give us your
20+
thoughts in [#draupnir:matrix.org](https://matrix.to/#/#draupnir:matrix.org).
1621

1722
### Added
1823

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.2.0",
3+
"version": "2.3.0-beta.0",
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.2.0", # version automated in package.json - Do not edit this line, use `yarn version`.
9+
version="2.3.0-beta.0", # 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)