From 86daa47e38cff577640530ddbf1b4c81f3e70375 Mon Sep 17 00:00:00 2001 From: Ursa Americanus Kermodei Date: Tue, 25 Apr 2017 10:47:18 -0700 Subject: [PATCH] [release] v0.2.0 --- 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 54a46a2..9b3add7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +0.2.0 + * Fixes a bug wherein clicking a link to the same page the user was on would trigger a full page refresh. + 0.1.9 * Fixes a bug introduced in 0.1.8 whereby the port wouldn't be properly set on different browsers. diff --git a/README.md b/README.md index 553a787..8e69412 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.1.9"] +:dependencies [venantius/accountant "0.2.0"] ``` ## Usage diff --git a/project.clj b/project.clj index 69ab17c..1843965 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject venantius/accountant "0.1.9" +(defproject venantius/accountant "0.2.0" :description "Navigation for Single-Page Applications Made Easy." :url "http://github.com/venantius/accountant" :license {:name "Eclipse Public License"