diff --git a/CHANGELOG.md b/CHANGELOG.md
index 12654b33..523144b6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,12 +5,16 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## \[Unreleased\]
### Added
-- **BREAKING CHANGE**: Command to start local signaling server has changed to spawn local bootstrap server too. Both local and TryCP conductors have been adapted accordingly.
### Removed
### Changed
-- Upgrade to compatibility with Holochain v0.2.1-beta-dev.0.
### Fixed
+## 2023-05-08: v0.14.0-rc.0
+### Added
+- **BREAKING CHANGE**: Command to start local signaling server has changed to spawn local bootstrap server too. Both local and TryCP conductors have been adapted accordingly.
+### Changed
+- Upgrade to compatibility with Holochain v0.2.1-beta-dev.0.
+
## 2023-05-08: v0.13.0
### Added
- Utility function to wait until all players' integrated DhtOps are identical for a DNA.
diff --git a/docs/tryorama.trycpconductor._appagentws.md b/docs/tryorama.trycpconductor._appagentws.md
deleted file mode 100644
index 6cc443d5..00000000
--- a/docs/tryorama.trycpconductor._appagentws.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-[Home](./index.md) > [@holochain/tryorama](./tryorama.md) > [TryCpConductor](./tryorama.trycpconductor.md) > [\_appAgentWs](./tryorama.trycpconductor._appagentws.md)
-
-## TryCpConductor.\_appAgentWs property
-
-Signature:
-
-```typescript
-_appAgentWs: IAppAgentWebsocket | undefined;
-```
diff --git a/docs/tryorama.trycpconductor._appws.md b/docs/tryorama.trycpconductor._appws.md
deleted file mode 100644
index 6dbd1ebe..00000000
--- a/docs/tryorama.trycpconductor._appws.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-[Home](./index.md) > [@holochain/tryorama](./tryorama.md) > [TryCpConductor](./tryorama.trycpconductor.md) > [\_appWs](./tryorama.trycpconductor._appws.md)
-
-## TryCpConductor.\_appWs property
-
-Signature:
-
-```typescript
-_appWs: IAppWebsocket | undefined;
-```
diff --git a/docs/tryorama.trycpconductor.md b/docs/tryorama.trycpconductor.md
index b845dae7..49ba77df 100644
--- a/docs/tryorama.trycpconductor.md
+++ b/docs/tryorama.trycpconductor.md
@@ -23,8 +23,6 @@ export declare class TryCpConductor implements IConductor
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
-| [\_appAgentWs](./tryorama.trycpconductor._appagentws.md) | | [IAppAgentWebsocket](./tryorama.iappagentwebsocket.md) \| undefined | |
-| [\_appWs](./tryorama.trycpconductor._appws.md) | | [IAppWebsocket](./tryorama.iappwebsocket.md) \| undefined | |
| [id](./tryorama.trycpconductor.id.md) | readonly
| string | |
| [tryCpClient](./tryorama.trycpconductor.trycpclient.md) | readonly
| [TryCpClient](./tryorama.trycpclient.md) | |
diff --git a/package-lock.json b/package-lock.json
index f129abb1..cde99875 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@holochain/tryorama",
- "version": "0.13.0",
+ "version": "0.14.0-rc.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@holochain/tryorama",
- "version": "0.13.0",
+ "version": "0.14.0-rc.0",
"license": "CAL-1.0",
"workspaces": [
"crates/trycp_server/test"
diff --git a/package.json b/package.json
index ca6f3be2..4761f0f8 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "@holochain/tryorama",
"description": "Toolset to manage Holochain conductors and facilitate running test scenarios",
- "version": "0.13.0",
+ "version": "0.14.0-rc.0",
"author": "Holochain Foundation",
"keywords": [
"holochain",