Skip to content

Commit

Permalink
v0.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcloutier committed Sep 25, 2024
1 parent f4ebb68 commit d70ac8e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d70ac8e

Please sign in to comment.