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"