From bb29308997fc4c8eb8f8cc8c03d6bcc40b1435e8 Mon Sep 17 00:00:00 2001 From: Jehan Bruggeman Date: Sun, 5 Jun 2022 10:18:29 +0200 Subject: [PATCH] Release 0.13.0 --- CHANGELOG.md | 10 ++++++++++ mix.exs | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b9130eb..0e05ca4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # KafkaEx Changelog +## 0.13 + +* Support Snappyer 2 +* Continuous integration: replace CircleCI +* Using the Kayrock client: take into account the `api_version` when + retrieving offsets to fetch messages. +* Update metadata before topic creation to make sure it connects to a + controller broker. +* Support record headers. + ## 0.12.1 Increases the version of ex_doc to allow publishing diff --git a/mix.exs b/mix.exs index ff0e48d9..3672d477 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule KafkaEx.Mixfile do use Mix.Project @source_url "https://github.com/kafkaex/kafka_ex" - @version "0.12.1" + @version "0.13.0" def project do [