Skip to content

Commit

Permalink
UpdateUpdate version
Browse files Browse the repository at this point in the history
  • Loading branch information
silviucpp committed Jun 28, 2023
1 parent 011b00b commit 6eaf24f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ matrix:
include:
- os: linux
dist: bionic
otp_release: 23.3.1
otp_release: 24.3.1

- os: linux
dist: focal
otp_release: 24.3.1

- os: linux
dist: focal
otp_release: 25.0
dist: jammy
otp_release: 25.2.1

- os: osx
osx_image: xcode12.4
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
### Changelog:

#### 2.1.4

- Bug fixing: avoid assigning partitions if consumer is not running (https://github.com/silviucpp/erlkaf/pull/60)

#### v2.1.3

- Migrate from lager to erlang logger.
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.1.3"},
{vsn, "2.1.4"},
{registered, []},
{applications, [
kernel,
Expand Down

0 comments on commit 6eaf24f

Please sign in to comment.