Skip to content

Commit

Permalink
AUTO docusaurus 20230823
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub CI committed Aug 23, 2023
1 parent dfa7a3a commit 86aef4c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions docs/versioned_docs/version-3.x/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . -->

<!-- TOWNCRIER -->

## [3.6.6] - 2023-08-23

Rasa 3.6.6 (2023-08-23)
### Bugfixes
- [#12755](https://github.com/rasahq/rasa/issues/12755): Updated setuptools and wheel to address security vulnerabilities.


## [3.6.5] - 2023-08-17

Rasa 3.6.5 (2023-08-17)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ options:
--conversation-id CONVERSATION_ID
Specify the id of the conversation the messages are
in. Defaults to a UUID that will be randomly
generated. (default: 79ad64ed4407402aa0cd49b04f1dee47)
generated. (default: 686fe8b850e94cf49cb752e64480f0e5)
--endpoints ENDPOINTS
Configuration file for the model server and the
connectors as a yml file. (default: endpoints.yml)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ options:
-h, --help show this help message and exit
--conversation-id CONVERSATION_ID
Set the conversation ID. (default:
1b2b9bf0c5a14efca0a4869f6f9c37dd)
fb1683fe85fe4c8b8b4553cf4a7765bc)
-m MODEL, --model MODEL
Path to a trained Rasa model. If a directory is
specified, it will use the latest model in this
Expand Down
4 changes: 2 additions & 2 deletions docs/versioned_docs/version-3.x/variables.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"release": "3.6.5",
"rasa_sdk_version": "3.6.1"
"release": "3.6.6",
"rasa_sdk_version": "3.6.2"
}

0 comments on commit 86aef4c

Please sign in to comment.