Skip to content

Commit

Permalink
Jump version
Browse files Browse the repository at this point in the history
  • Loading branch information
silviucpp committed Nov 23, 2021
1 parent c7695f5 commit ebf6022
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
### Changelog:

#### v2.0.6

- Fix for message headers into delivery reports (#37)
- On Mac OS use [email protected]

#### v2.0.5

- Bug fixing https://github.com/silviucpp/erlkaf/issues/31
- Add API to Ggt metadata from Kafka broker with dirty IO bound nif
- Add API to get metadata from Kafka broker with dirty IO bound nif

#### v2.0.4

Expand Down
2 changes: 1 addition & 1 deletion src/erlkaf.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{description, "erlkaf - Erlang Kafka library based on librdkafka"},
{licenses, ["MIT"]},
{links,[{"Github","https://github.com/silviucpp/erlkaf"}]},
{vsn, "2.0.5"},
{vsn, "2.0.6"},
{registered, []},
{applications, [
kernel,
Expand Down

0 comments on commit ebf6022

Please sign in to comment.