Tim Fletcher 11 лет назад
Родитель
Сommit
2ee206ea92
2 измененных файлов с 7 добавлено и 2 удалено
  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)
 
-  * 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
 

+ 1 - 1
ebin/oauth.app

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