Skip to content

Commit b370b59

Browse files
committed
Update version and changelog
1 parent 35cb309 commit b370b59

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# KafkaEx Changelog
22

3+
## 0.14
4+
5+
* Switch to use snappyer
6+
* Deprecate use Bitwise
7+
* Add Describe Groups API
8+
39
## 0.13
410

511
* Support Snappyer 2

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule KafkaEx.Mixfile do
33
use Mix.Project
44

55
@source_url "https://github.com/kafkaex/kafka_ex"
6-
@version "0.14.0-rc.1"
6+
@version "0.14.0"
77

88
def project do
99
[

0 commit comments

Comments
 (0)