Skip to content

Commit beb1d54

Browse files
committed
Release 3.1.1
1 parent 1d60347 commit beb1d54

File tree

5 files changed

+168
-163
lines changed

5 files changed

+168
-163
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
## Changelog
22

3-
### upcoming / 2016-02-10
3+
### 3.1.1 / 2016-02-12
4+
- [#79](https://github.com/seegno/angular-oauth2/pull/79) Update dependencies (@ruipenso)
5+
6+
### 3.1.0 / 2016-02-10
47
- [#78](https://github.com/seegno/angular-oauth2/pull/78) Update OAuth methods to allow `data` and `options` override (@ruipenso)
58
- [#71](https://github.com/seegno/angular-oauth2/pull/71) Add `client_id` and `client_secret` on revoke_token (@tinogomes)
69
- [#77](https://github.com/seegno/angular-oauth2/pull/77) Update interceptor to allow authorization header to be overridden (@ruipenso)
@@ -39,4 +42,4 @@
3942

4043
### 1.0.0 / 2015-01-18
4144
- [#2](https://github.com/seegno/angular-oauth2/pull/2) Fix indentation in README examples (@fixe)
42-
- [#1](https://github.com/seegno/angular-oauth2/pull/1) Add project structure (@ruipenso)
45+
- [#1](https://github.com/seegno/angular-oauth2/pull/1) Add project structure (@ruipenso)

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-oauth2",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "AngularJS OAuth2",
55
"main": "./dist/angular-oauth2.js",
66
"authors": [

0 commit comments

Comments
 (0)