diff --git a/CHANGELOG.md b/CHANGELOG.md index ad293e826..d97f2f79d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v1.23.0](https://github.com/nyaruka/floweditor/compare/v1.22.3...v1.23.0) + +> 26 September 2023 + +- Add request optin action [`#1200`](https://github.com/nyaruka/floweditor/pull/1200) +- Network optimization for dev container [`c8dd591`](https://github.com/nyaruka/floweditor/commit/c8dd59127ac7d01cf9558928ce1650b6e047c297) + #### [v1.22.3](https://github.com/nyaruka/floweditor/compare/v1.22.1...v1.22.3) > 12 September 2023 diff --git a/package.json b/package.json index 9442097f6..9680b6466 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@nyaruka/flow-editor", "license": "AGPL-3.0", "repository": "git://github.com/nyaruka/floweditor.git", - "version": "1.22.3", + "version": "1.23.0", "description": "'Standalone flow editing tool designed for use within the RapidPro suite of messaging tools but can be adopted for use outside of that ecosystem.'", "browser": "umd/flow-editor.min.js", "unpkg": "umd/flow-editor.min.js",