From 5f29bb036d1d2e512b716c2e99b36fa7fe1ba29f Mon Sep 17 00:00:00 2001 From: Andy Ford Date: Wed, 7 Jun 2023 13:43:24 +0100 Subject: [PATCH] docs: changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3d1d48ae..7af6d94da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## [1.2.30](https://github.com/ably/ably-java/tree/v1.2.30) + +[Full Changelog](https://github.com/ably/ably-java/compare/v1.2.29...v1.2.30) + +**Fixed bugs:** + +- Connection manager switches to fallback hosts on close [\#950](https://github.com/ably/ably-java/issues/950) + +**Merged pull requests:** + +- fix: fallback hosts always being used on transport error [\#951](https://github.com/ably/ably-java/pull/951) ([AndyTWF](https://github.com/AndyTWF)) + ## [1.2.29](https://github.com/ably/ably-java/tree/v1.2.29) [Full Changelog](https://github.com/ably/ably-java/compare/v1.2.28...v1.2.29)