diff --git a/CHANGELOG.md b/CHANGELOG.md index 41e5b67..6a1291b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.2.9 +### Feature revival +- The "Tint secret doors" feature is back, but will remain disabled by default. + ## 1.2.8 ### Compatibility - Smart Doors is now compatible with Foundry 0.8.8 diff --git a/module.json b/module.json index 5a1d8a7..fb8a0f1 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "name": "smart-doors", "title": "Smart Doors", "description": "Makes doors smarter. Allows doors to synchronize across multiple scenes and sends chat messages when players try to open locked doors.", - "version": "1.2.8", + "version": "1.2.9", "minimumCoreVersion" : "0.8.7", "compatibleCoreVersion" : "0.8.8", "authors": [ @@ -25,7 +25,7 @@ ], "url": "https://github.com/manuelVo/foundryvtt-smart-doors", "manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-smart-doors/master/module.json", - "download": "https://github.com/manuelVo/foundryvtt-smart-doors/archive/v1.2.8.zip", + "download": "https://github.com/manuelVo/foundryvtt-smart-doors/archive/v1.2.9.zip", "readme": "https://github.com/manuelVo/foundryvtt-smart-doors/blob/master/README.md", "changelog": "https://github.com/manuelVo/foundryvtt-smart-doors/blob/master/CHANGELOG.md", "bugs": "https://github.com/manuelVo/foundryvtt-smart-doors/issues",