Skip to content

Commit

Permalink
Bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
scudelletti committed Jul 14, 2023
1 parent 67ca03c commit 09e29ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# 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

## 0.1.0 (2022-07-26)

* Initial release

2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit 09e29ad

Please sign in to comment.