From 2b741e945bec48888ce129bb3f6ae1f7f9e69692 Mon Sep 17 00:00:00 2001 From: David Jarvis Date: Sun, 29 Oct 2017 13:45:43 -0400 Subject: [PATCH] [release] v0.2.1 --- CHANGELOG.md | 3 +++ README.md | 2 +- project.clj | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b3add7..bf008ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +0.2.1 + * Fixes a bug around query params and hash fragments due to inproper setup of Html5History. + 0.2.0 * Fixes a bug wherein clicking a link to the same page the user was on would trigger a full page refresh. diff --git a/README.md b/README.md index 8e69412..9931453 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ browsers will be left behind. Just add the following to your `project.clj`: ```clojure -:dependencies [venantius/accountant "0.2.0"] +:dependencies [venantius/accountant "0.2.1"] ``` ## Usage diff --git a/project.clj b/project.clj index 9358046..c4dc046 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject venantius/accountant "0.2.0" +(defproject venantius/accountant "0.2.1" :description "Navigation for Single-Page Applications Made Easy." :url "http://github.com/venantius/accountant" :license {:name "Eclipse Public License"