diff --git a/HISTORY.org b/HISTORY.org index 19f5aa6..3d1e58a 100644 --- a/HISTORY.org +++ b/HISTORY.org @@ -1,3 +1,7 @@ +* 1.0.5 (2014-02-02) + + - MakeMake compatible with pedestal-service. + * 1.0.4 (2014-01-14) - Allow for passwords containing a ':' character. diff --git a/README.org b/README.org index 26816dc..86c5d55 100644 --- a/README.org +++ b/README.org @@ -23,7 +23,7 @@ appropriate place: #+BEGIN_SRC clojure - [ring-basic-authentication "1.0.2"] + [ring-basic-authentication "1.0.5"] #+END_SRC diff --git a/project.clj b/project.clj index 289fc23..c4db445 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject ring-basic-authentication "1.0.4" +(defproject ring-basic-authentication "1.0.5" :description "Ring middleware for basic authentication." :dependencies [[org.clojure/clojure "1.4.0"]