diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c1357625..ef8e6516b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.10.4 (2018-07-30) + +- Replace RPC with gRPC +- Fix compose files (@kevynhale) + +## 0.10.3 (2018-06-20) + +- Replace goxc with makefile +- Pro docs + ## 0.10.2 (2018-05-23) ### Bug fixes diff --git a/Makefile b/Makefile index f0a3ed305..f89f468f8 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ BIN_NAME := dkron DEP_VERSION=0.4.1 -VERSION := 0.10.3 +VERSION := 0.10.4 PKGNAME := dkron LICENSE := LGPL 3.0 VENDOR := Distributed Works