Skip to content

Commit

Permalink
Updates for 1.5.5 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
drone29a committed Feb 25, 2016
1 parent ee7609f commit ed7c330
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
* 1.5.5

- The user-approval-uri function now supports adding paramerers to the user approval URI. (danielsz)

* 1.5.4

- Updated Clojure, bouncycastle, and clj-http dependencies.
Expand Down
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Installing #

Add `[clj-oauth "1.5.4"]` as a Leiningen dependency to get the latest release.
Add `[clj-oauth "1.5.5"]` as a Leiningen dependency to get the latest release.

# Building #

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject clj-oauth "1.5.5-SNAPSHOT"
(defproject clj-oauth "1.5.5"
:url "https://github.com/mattrepl/clj-oauth"
:license {:name "Eclipse Public License - v 1.0"
:url "http://www.eclipse.org/legal/epl-v10.html"
Expand Down

0 comments on commit ed7c330

Please sign in to comment.