Skip to content

Commit

Permalink
Merge pull request #468 from kafkaex/release_0_13
Browse files Browse the repository at this point in the history
Release 0.13.0
  • Loading branch information
joshuawscott authored Dec 21, 2022
2 parents 4344b02 + bb29308 commit ad94e87
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
[
Expand Down

0 comments on commit ad94e87

Please sign in to comment.