diff --git a/CHANGELOG.md b/CHANGELOG.md index ae0e1b0..54a46a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +0.1.9 + * Fixes a bug introduced in 0.1.8 whereby the port wouldn't be properly set on different browsers. + 0.1.8 * Fixes a bug wherein the history duplicates if the relative href is equal to the current active one. * Accountant no longer blocks default action when the target is set to something other than "" or "\_self", which means pop-ups are no longer blocked. diff --git a/README.md b/README.md index de8c044..553a787 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.8"] +:dependencies [venantius/accountant "0.1.9"] ``` ## Usage diff --git a/project.clj b/project.clj index 36685bd..69ab17c 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject venantius/accountant "0.1.8" +(defproject venantius/accountant "0.1.9" :description "Navigation for Single-Page Applications Made Easy." :url "http://github.com/venantius/accountant" :license {:name "Eclipse Public License"