Browse Source

Bump version to 1.5.0

Tim Fletcher 11 years ago
parent
commit
2ee206ea92
2 changed files with 7 additions and 2 deletions
  1. 6 1
      CHANGELOG.md
  2. 1 1
      ebin/oauth.app

+ 6 - 1
CHANGELOG.md

@@ -1,6 +1,11 @@
+# [v1.5.0](https://github.com/tim/erlang-oauth/tree/v1.5.0) (2014-07-25)
+
+  * Added support for encoding binary terms as parameter values
+
+
 # [v1.4.0](https://github.com/tim/erlang-oauth/tree/v1.4.0) (2013-07-21)
 # [v1.4.0](https://github.com/tim/erlang-oauth/tree/v1.4.0) (2013-07-21)
 
 
-  * Added support form new crypto:hmac/3 function
+  * Added support for new crypto:hmac/3 function
 
 
   * Moved unit tests from github.com/tim/erlang-oauth-tests
   * Moved unit tests from github.com/tim/erlang-oauth-tests
 
 

+ 1 - 1
ebin/oauth.app

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