From ae83aac4c645c2f05a858abaf4e5bd381741393f Mon Sep 17 00:00:00 2001 From: Alexander Zarubin Date: Tue, 28 May 2019 12:47:48 +0300 Subject: [PATCH] v3.6.3 release --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- webtask.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b40be8afa..e4dea8198 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.6.3] - 2019-05-28 + +### Fixed + +- Extra information leak for connections and applications +- Rendering of reserved fields in custom field edit form + ## [3.6.2] - 2019-04-20 ### Updated diff --git a/package-lock.json b/package-lock.json index 9a9162ab3..ee8f64ce5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "auth0-delegated-admin", - "version": "3.6.2", + "version": "3.6.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 595edc328..5b0bc221f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-delegated-admin", - "version": "3.6.2", + "version": "3.6.3", "description": "This extension allows non-dashboard administrators to manage (a subset of) users.", "engines": { "node": ">8.9" diff --git a/webtask.json b/webtask.json index cf719fba6..7241ae801 100644 --- a/webtask.json +++ b/webtask.json @@ -1,7 +1,7 @@ { "title": "Delegated Administration Dashboard", "name": "auth0-delegated-admin", - "version": "3.6.2", + "version": "3.6.3", "author": "auth0", "useHashName": false, "description": "This extension allows non-dashboard administrators to manage (a subset of) users.",