From fb657827375d799d559eb5bf75c306b1f5481230 Mon Sep 17 00:00:00 2001 From: Andrew Fontaine Date: Tue, 31 May 2022 15:39:28 -0400 Subject: [PATCH] Version release 1.8.3 --- CHANGELOG.md | 9 +++++++++ VERSION | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27eaef3..6c8f558 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ +## 1.8.3 - 2022-05-31 + +* fix: Avoid crash when mojito connect is closed for the metrics client + [!26](https://gitlab.com/afontaine/unleash_ex/-/merge_requests/26) Thanks [John Bell](https://gitlab.com/johnabell)! +* fix: Feature flag without variants cause FunctionClause Error + [!25](https://gitlab.com/afontaine/unleash_ex/-/merge_requests/25) Thanks + [Ulisses Almeida](https://gitlab.com/ulissesalmeida) + + ## 1.8.2 * fix `Unleash.Metrics.add_metrics` ccrash for unrecorded feature_toggle [!24](https://gitlab.com/afontaine/unleash_ex/-/merge_requests/24) Thanks [calvin-kargo](https://gitlab.com/calvin-kargo)! diff --git a/VERSION b/VERSION index 53adb84..fe4e75f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.8.2 +1.8.3 \ No newline at end of file