diff --git a/CHANGELOG.md b/CHANGELOG.md index 69f722eb4..547b3aaf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 1.11.0 - 2024-11.25 + +### Added + +- Webhooks now trigger for `createDocument` and `changeDocumentState` if there's a webhook configured in the active model's workflow edge. + ## [1.10.1] - 2024-09-30 ### Fixed diff --git a/package.json b/package.json index 7de3d0929..d5b8f2b6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "meditor", - "version": "1.10.1", + "version": "1.11.0", "description": "mEditor, the model editor", "directories": { "example": "examples",