diff --git a/CHANGELOG.md b/CHANGELOG.md index 06fa20b5..2fe00aa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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). +## [4.4] - 2024-06-05 + +### Fixed + +- Improved handling of large number of connections + ## [4.3] - 2020-04-06 ### Added diff --git a/package.json b/package.json index 7f9e00b6..30a9fd16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-delegated-admin", - "version": "4.3.0", + "version": "4.4.0", "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 ab95f189..aea35c4a 100644 --- a/webtask.json +++ b/webtask.json @@ -1,7 +1,7 @@ { "title": "Delegated Administration Dashboard", "name": "auth0-delegated-admin", - "version": "4.3.0", + "version": "4.4.0", "author": "auth0", "useHashName": false, "description": "This extension allows non-dashboard administrators to manage (a subset of) users.", @@ -77,4 +77,4 @@ ] } } -} +} \ No newline at end of file