Skip to content

Commit 33c9bc1

Browse files
committed
Add 0.16.1 changelog
1 parent 06dd889 commit 33c9bc1

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11

22
## Convoworks GPT WordPress plugin
33

4+
### 0.16.1 - 2025-12-04
5+
6+
* Added the ability to disable expression language evaluation for system prompts.
7+
* Updated the method for accessing the Convoworks WP plugin.
8+
49
### 0.16.0 - 2025-08-23 - MCP 2025-06-18
510

611
* Updated to MCP specification 2025-06-18 and Streamable HTTP.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"version": "0.16.0",
3+
"version": "0.16.1",
44
"scripts": {
55
"build" : "node sync-version.js && node build.js",
66
"sync-version": "node sync-version.js"

0 commit comments

Comments
 (0)