From 09e08c84736c5ec7eecf88a5eafad6aac16d2314 Mon Sep 17 00:00:00 2001
From: Szehon Ho <sz.ho@criteo.com>
Date: Tue, 17 Sep 2019 08:05:11 +0200
Subject: [PATCH] v0.9.16 (#467)

---
 README.md | 6 +++---
 build.sbt | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index c5235a259..ebd1777f5 100644
--- a/README.md
+++ b/README.md
@@ -72,11 +72,11 @@ To run the example application, checkout the repository, launch the [sbt](http:/
 
 The library is cross-built for __Scala 2.11__ and __Scala 2.12__.
 
-The core module to use is `"com.criteo.cuttle" %% "cuttle" % "0.9.15"`.
+The core module to use is `"com.criteo.cuttle" %% "cuttle" % "0.9.16"`.
 
 You also need to fetch one __Scheduler__ implementation:
-- __TimeSeries__: `"com.criteo.cuttle" %% "timeseries" % "0.9.15""`.
-- __Cron__: `"com.criteo.cuttle" %% "cron" % "0.9.15""`.
+- __TimeSeries__: `"com.criteo.cuttle" %% "timeseries" % "0.9.16""`.
+- __Cron__: `"com.criteo.cuttle" %% "cron" % "0.9.16""`.
 
 # License
 
diff --git a/build.sbt b/build.sbt
index 2e5e5f486..434460553 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,7 +1,7 @@
 val devMode = settingKey[Boolean]("Some build optimization are applied in devMode.")
 val writeClasspath = taskKey[File]("Write the project classpath to a file.")
 
-val VERSION = "0.9.15"
+val VERSION = "0.9.16"
 
 lazy val catsCore = "1.6.1"
 lazy val circe = "0.11.1"