From d5635532dcd7f61cb47d3b0a38bd6a07e000f9cc Mon Sep 17 00:00:00 2001 From: Juho Teperi Date: Tue, 27 Jun 2017 19:02:34 +0300 Subject: [PATCH] Release 0.7.0 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3226ac3..757b551 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog -## Unreleased +## 0.7.0 (27.6.2017) -**[compare](https://github.com/reagent-project/reagent/compare/v0.6.2...master)** +**[compare](https://github.com/reagent-project/reagent/compare/v0.6.2...v0.7.0)** - Fixed a warning with recent ClojureScript (1.9.660+) versions about a variadic method signature in `reagent/impl/util.cljs`.