From 09e29ad52aaa11996963416aa4da89ebd5a926b6 Mon Sep 17 00:00:00 2001 From: Diogo Scudelletti Date: Fri, 14 Jul 2023 08:01:08 +0200 Subject: [PATCH] Bump patch version --- CHANGELOG.md | 6 ++++-- mix.exs | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3881ce..8248662 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,13 @@ # Changelog +## 0.1.3 (2023-07-14) + +* Fix typos in the documentation + ## 0.1.2 (2023-01-25) * Handle amqp10_event when connection closed forcefully - ## 0.1.1 (2022-08-27) * Handle amqp10_event detached message when contains v1_0.error @@ -12,4 +15,3 @@ ## 0.1.0 (2022-07-26) * Initial release - diff --git a/mix.exs b/mix.exs index 16891c4..1c1239f 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule OffBroadwayAmqp10.MixProject do use Mix.Project - @version "0.1.2" + @version "0.1.3" @description "An AMQP 1.0 connector for Broadway" @source_url "https://github.com/highmobility/off_broadway_amqp10"