diff --git a/Readme.md b/Readme.md index f257f42..ab27ef7 100644 --- a/Readme.md +++ b/Readme.md @@ -9,6 +9,7 @@ Also provides rudimentary OAuth2 support, tested against facebook connect. Change History ============== +0.7.2 - Fixes some broken unit tests! 0.7.0 - Introduces support for HTTPS end points and callback URLS for OAuth 1.0A and Oauth 2 (Please be aware that this was a breaking change to the constructor arguments order) diff --git a/seed.yml b/seed.yml index aa09cd8..bb6b257 100644 --- a/seed.yml +++ b/seed.yml @@ -1,4 +1,4 @@ --- name: oauth description: An implementation of an OAuth client. - version: 0.7.0 + version: 0.7.2