From d70ac8e621de184f79a5b934b4adb196a28388da Mon Sep 17 00:00:00 2001 From: Jean-Francois Cloutier Date: Wed, 25 Sep 2024 15:00:48 -0400 Subject: [PATCH] v0.9.0 release --- CHANGELOG.md | 10 ++++++++++ mix.exs | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb714b7..6f6e714 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## v0.9.0 + +* Updates + * Make :first_connect_delay and :backoff optional Jackalope options (#104) + +* Fixes + * Pop expired items from the work list to avoid an infinite loop (#105) + * Fix session retry error analysis to account for timeout errors (#106) + * Bump dependencies and CI versions (#107) + ## v0.8.1 * Updates diff --git a/mix.exs b/mix.exs index f7fa3cc..e4c8637 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Jackalope.MixProject do use Mix.Project - @version "0.8.1" + @version "0.9.0" @source_url "https://github.com/smartrent/jackalope" def project() do