diff --git a/docs/en/6-changelogs/5.0-application.md b/docs/en/6-changelogs/5.0-application.md index 8e64e1f4e..7252a5c5c 100644 --- a/docs/en/6-changelogs/5.0-application.md +++ b/docs/en/6-changelogs/5.0-application.md @@ -5,6 +5,10 @@ sidebar: order: 0 --- +### [1.1.2] + +- Add `DANGEROUSLY_DISABLE_PBKDF2_ITERATION` option for demo on low-powered hardware + ### [1.1.1](https://github.com/DouglasNeuroInformatics/OpenDataCapture/releases/tag/v1.1.1) (2024-07-17) - Implement virtualisation in core API diff --git a/package.json b/package.json index 795a906cb..1466423d1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "opendatacapture", "type": "module", - "version": "1.1.1", + "version": "1.1.2", "private": true, "packageManager": "pnpm@9.3.0", "license": "Apache-2.0",