Skip to content

Commit

Permalink
Prepare release v0.16.0-dev.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Apr 26, 2024
1 parent 09029d5 commit a6d8341
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,15 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### Added
### Removed
### Changed
- **BREAKING** Integrated the updated JS client which adds app websocket authentication and merges the `AppAgentWebsocket`
### Fixed

## 2024-04-26: v0.16.0-dev.4

### Changed
- **BREAKING** Integrated the updated JS client which adds app websocket authentication and merges the `AppAgentWebsocket`
with the `AppWebsocket`. This affects tests when opening app websockets directly but using the 'players' API, this detail
is abstracted away.

### Fixed

## 2024-04-16: v0.16.0-dev.3
### Changed
- TryCP: Upgraded `tokio-tungstenite` to fix vulnerability.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@holochain/tryorama",
"description": "Toolset to manage Holochain conductors and facilitate running test scenarios",
"version": "0.16.0-dev.3",
"version": "0.16.0-dev.4",
"author": "Holochain Foundation",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit a6d8341

Please sign in to comment.