From 30ea6f1120a7f82e12f557ad9eb67d3e9815951f Mon Sep 17 00:00:00 2001 From: Ben Osheroff Date: Tue, 9 Jun 2015 10:51:44 -0700 Subject: [PATCH] v0.8.0 --- docs/docs/quickstart.md | 6 +++--- pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/quickstart.md b/docs/docs/quickstart.md index 5f39415de..88a06753f 100644 --- a/docs/docs/quickstart.md +++ b/docs/docs/quickstart.md @@ -24,9 +24,9 @@ mysql> GRANT SELECT, REPLICATION CLIENT, REPLICATION SLAVE on *.* to 'maxwell'@' You'll need a version 7 of a JVM. ``` -curl -sLo - https://github.com/zendesk/maxwell/releases/download/v0.7.2/maxwell-0.7.2.tar.gz \ +curl -sLo - https://github.com/zendesk/maxwell/releases/download/v0.8.0/maxwell-0.8.0.tar.gz \ | tar zxvf - -cd maxwell-0.7.2 +cd maxwell-0.8.0 ``` @@ -45,7 +45,7 @@ mysql> insert into test.maxwell set id = 5, daemon = 'firebus! firebus!'; Query OK, 1 row affected (0.04 sec) (maxwell) -{"table":"maxwell","type":"insert","data":{"id":5,"daemon":"firebus! firebus!"}} +{"table":"maxwell","type":"insert","data":{"id":5,"daemon":"firebus! firebus!"},"ts": 123456789} ``` diff --git a/pom.xml b/pom.xml index 2aba7bfe0..f76318258 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.zendesk maxwell - 0.7.2 + 0.8.0 jar maxwell