Browse Source

Bump version to 1.4.0

Tim Fletcher 12 years ago
parent
commit
3ad509d487
2 changed files with 8 additions and 1 deletions
  1. 7 0
      CHANGELOG.md
  2. 1 1
      ebin/oauth.app

+ 7 - 0
CHANGELOG.md

@@ -1,3 +1,10 @@
+# [v1.4.0](https://github.com/tim/erlang-oauth/tree/v1.4.0) (2013-07-21)
+
+  * Added support form new crypto:hmac/3 function
+
+  * Moved unit tests from github.com/tim/erlang-oauth-tests
+
+
 # [v1.3.0](https://github.com/tim/erlang-oauth/tree/v1.3.0) (2012-09-13)
 
   * Added oauth:put/6 and oauth:put/7 functions

+ 1 - 1
ebin/oauth.app

@@ -1,6 +1,6 @@
 {application, oauth, [
   {description, "An Erlang OAuth 1.0 implementation"},
-  {vsn, "1.3.0"},
+  {vsn, "1.4.0"},
   {modules, [oauth]},
   {registered, []},
   {applications, [kernel, stdlib, crypto, public_key, inets]}