We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52751f8 commit 7f0e3e5Copy full SHA for 7f0e3e5
CHANGELOG.md
@@ -11,6 +11,12 @@ All notable changes to this project will be documented in this file.
11
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
12
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
13
14
+## [3.1.1] - 2025-03-29
15
+
16
+### Added
17
18
+- Synapse admin api endpoints for suspend and unsuspend.
19
20
## [3.0.0] - 2025-03-23
21
22
### Added
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@gnuxie/matrix-protection-suite-for-matrix-bot-sdk",
3
- "version": "3.1.0",
+ "version": "3.1.1",
4
"main": "dist/index.js",
5
"types": "dist/index.d.ts",
6
"files": [
0 commit comments