From 6e093385ee7840e50cb9dcd8ac590bc59bf36a6d Mon Sep 17 00:00:00 2001 From: "par.dahlman" Date: Mon, 18 Apr 2016 07:50:36 +0200 Subject: [PATCH] Update ReleaseNotes --- RELEASENOTES.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 7859ed75..f2c6a8b3 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,3 +1,11 @@ +# 1.9.1 + + - [#80](https://github.com/pardahlman/RawRabbit/issues/80) - Use same JsonSerializer throughout the client + - [#79](https://github.com/pardahlman/RawRabbit/issues/79) - Improve error handling + +Commits: 5188354f20...a497734611 + + # 1.9.0 In this minor release, a breaking change in topology features in introduced, namely the default type for exchanges is `Topic` rather than `Direct`. Read through the [client upgrade](http://rawrabbit.readthedocs.org/en/master/client-upgrade.html) page for more information.