diff --git a/CHANGELOG.md b/CHANGELOG.md index 73726b45..696b16c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Changed +- Make settings vary by binding. ## [2.99.1] - 2020-07-14 ### Fixed diff --git a/manifest.json b/manifest.json index afc351e4..2fb39f43 100644 --- a/manifest.json +++ b/manifest.json @@ -39,6 +39,7 @@ "settingsSchema": { "title": "VTEX Store", "type": "object", + "bindingBounded": true, "properties": { "storeName": { "title": "Store Name",