From cde1021d97489627737b468574998121ec367d69 Mon Sep 17 00:00:00 2001 From: gnuxie Date: Tue, 14 Jan 2025 13:42:27 +0000 Subject: [PATCH] v2.5.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2d6a70..8c42f66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.5.1] - 2025-01-14 + +### Fixed + +- An issue with the `SetRoomMembershipRevisionIssuer` that would allow + duplicate listeners to be added to rooms that were already in the + set. This would cause lots of issues with downstream revision + listeners. We've hardened code downstream, e.g. with the + `MembershipPolicyRevisionIssuer`, in case this happens again. + ## [2.5.0] - 2025-01-12 ### Added diff --git a/package.json b/package.json index c7bc9ed..79a30a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gnuxie/matrix-protection-suite", - "version": "2.5.0", + "version": "2.5.1", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [