From 941d33a35bfe88e8cd9187494f27099a06e23861 Mon Sep 17 00:00:00 2001 From: Will Hunt Date: Thu, 12 Jul 2018 10:50:41 +0100 Subject: [PATCH] 0.9.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa129fb17..785bcfbba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +Changes in 0.9.1 (2018-07-12) +============================= + +Some changes were not included in 0.9.0 and have now been included in this release: +* Don't rejoin mapped rooms #594 +* Announce and leave DM rooms if we don't support it #600 + + Changes in 0.9.0 (2018-07-02) ============================= diff --git a/package.json b/package.json index 2f4d4aacc..8efca3321 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-appservice-irc", - "version": "0.9.0", + "version": "0.9.1", "description": "An IRC Bridge for Matrix", "main": "app.js", "bin": "./bin/matrix-appservice-irc",