Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
silviucpp committed Jul 20, 2021
1 parent 8013cdd commit 6ae0d2e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
### Changelog:

#### 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

#### v2.0.4

- Fix for processing messages that takes longer than max_poll_interval_ms
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.4"},
{vsn, "2.0.5"},
{registered, []},
{applications, [
kernel,
Expand Down

0 comments on commit 6ae0d2e

Please sign in to comment.