From 175056e4fa693279919067ee49b81ffe3514ae34 Mon Sep 17 00:00:00 2001 From: Jendrik Poloczek Date: Sat, 2 Jun 2018 12:39:21 +0200 Subject: [PATCH] added CHANGELOG entries; changed version number in README --- CHANGELOG.md | 7 +++++++ README.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0147e7f..36bc100 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## Mocked Streams 1.7.0 + +* Bumping versions of dependencies +* Build against Apache Kafka 1.1.0 +* Daniel Wojda added new way of supplying topologies (withTopology) +* Added Daniel Wojda to CONTRIBUTORS.md + ## Mocked Streams 1.6.0 * Build against Apache Kafka 1.0.1 diff --git a/README.md b/README.md index c535402..4bc7e67 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Mocked Streams 1.7.0 [(git)](https://github.com/jpzk/mockedstreams) is a library for Scala 2.11 and 2.12 which allows you to **unit-test processing topologies** of [Kafka Streams](https://kafka.apache.org/documentation#streams) applications (since Apache Kafka >=0.10.1) **without Zookeeper and Kafka Brokers**. Further, you can use your favourite Scala testing framework e.g. [ScalaTest](http://www.scalatest.org/) and [Specs2](https://etorreborre.github.io/specs2/). Mocked Streams is located at the Maven Central Repository, therefore you just have to add the following to your [SBT dependencies](http://www.scala-sbt.org/0.13/docs/Library-Dependencies.html): - libraryDependencies += "com.madewithtea" %% "mockedstreams" % "1.6.0" % "test" + libraryDependencies += "com.madewithtea" %% "mockedstreams" % "1.7.0" % "test" ## Apache Kafka Compatibility