diff --git a/CHANGELOG.md b/CHANGELOG.md index 49ee168..87b23e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +### 0.0.23 + +* Fix `EnrichIntegrationFromRemoteConfigStrategy` so that user-provided config is +able to disable email verification and password reset. + ### 0.0.22 * Fix `ExtendConfigStrategy` so that the fields `web.login.form.fieldOrder` and diff --git a/package.json b/package.json index d022e9d..464f925 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stormpath-config", - "version": "0.0.22", + "version": "0.0.23", "description": "Stormpath configuration loader.", "main": "index.js", "scripts": {