Skip to content

Commit

Permalink
Release 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ruipenso committed Feb 12, 2016
1 parent 1d60347 commit beb1d54
Show file tree
Hide file tree
Showing 5 changed files with 168 additions and 163 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## Changelog

### upcoming / 2016-02-10
### 3.1.1 / 2016-02-12
- [#79](https://github.com/seegno/angular-oauth2/pull/79) Update dependencies (@ruipenso)

### 3.1.0 / 2016-02-10
- [#78](https://github.com/seegno/angular-oauth2/pull/78) Update OAuth methods to allow `data` and `options` override (@ruipenso)
- [#71](https://github.com/seegno/angular-oauth2/pull/71) Add `client_id` and `client_secret` on revoke_token (@tinogomes)
- [#77](https://github.com/seegno/angular-oauth2/pull/77) Update interceptor to allow authorization header to be overridden (@ruipenso)
Expand Down Expand Up @@ -39,4 +42,4 @@

### 1.0.0 / 2015-01-18
- [#2](https://github.com/seegno/angular-oauth2/pull/2) Fix indentation in README examples (@fixe)
- [#1](https://github.com/seegno/angular-oauth2/pull/1) Add project structure (@ruipenso)
- [#1](https://github.com/seegno/angular-oauth2/pull/1) Add project structure (@ruipenso)
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-oauth2",
"version": "3.1.0",
"version": "3.1.1",
"description": "AngularJS OAuth2",
"main": "./dist/angular-oauth2.js",
"authors": [
Expand Down
Loading

0 comments on commit beb1d54

Please sign in to comment.