diff --git a/CHANGELOG.md b/CHANGELOG.md index bf008ce..8c83364 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +0.2.2 + + * Ignore links with the `data-trigger` attribute, since they trigger other actions. + 0.2.1 * Fixes a bug around query params and hash fragments due to inproper setup of Html5History. diff --git a/README.md b/README.md index 9931453..a27bdb3 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.1"] +:dependencies [venantius/accountant "0.2.2"] ``` ## Usage diff --git a/project.clj b/project.clj index c4dc046..db34581 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject venantius/accountant "0.2.1" +(defproject venantius/accountant "0.2.2" :description "Navigation for Single-Page Applications Made Easy." :url "http://github.com/venantius/accountant" :license {:name "Eclipse Public License"