Skip to content

Commit

Permalink
build 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fyockm committed Jan 18, 2019
1 parent bc10720 commit 2f519f0
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 11,799 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## Unreleased
## [2.6.0] - 2019-01-18

- Added possibility to rotate ApiKey.
- Now saving ApiKey to rules-configs instead of adding it into the rule.
- API: add groups/roles to user by id or name

## [2.5.2] - 2018-11-28

Expand Down
2 changes: 1 addition & 1 deletion build/bundle.js

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth0-authz-extension",
"version": "2.5.2",
"version": "2.6.0",
"description": "Auth0 Authorization Extension",
"engines": {
"node": ">=6.10"
Expand Down
4 changes: 2 additions & 2 deletions webtask.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"title": "Auth0 Authorization",
"name": "auth0-authz",
"version": "2.5.2",
"preVersion": "2.4.9",
"version": "2.6.0",
"preVersion": "2.5.2",
"author": "auth0",
"description": "This extension gives Auth0 customers the possibility to manage group memberships for their users.",
"type": "application",
Expand Down
Loading

0 comments on commit 2f519f0

Please sign in to comment.