We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35cb309 commit b370b59Copy full SHA for b370b59
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# KafkaEx Changelog
2
3
+## 0.14
4
+
5
+* Switch to use snappyer
6
+* Deprecate use Bitwise
7
+* Add Describe Groups API
8
9
## 0.13
10
11
* Support Snappyer 2
mix.exs
@@ -3,7 +3,7 @@ defmodule KafkaEx.Mixfile do
use Mix.Project
@source_url "https://github.com/kafkaex/kafka_ex"
- @version "0.14.0-rc.1"
+ @version "0.14.0"
def project do
[
0 commit comments