Skip to content

Commit

Permalink
chore: prepare for release 2024.11.19
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinkys committed Nov 20, 2024
1 parent 5fd4473 commit c794154
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,23 @@ GitHub Generated Changelog URL

<!-- Add release notes below this line. -->

### 2024.11.19

This release includes the following changes:

- Added client to receiver authentication.
- Include approver details in the response from the dashboard.
- Improved dashboard layout with a sidebar.

Authentication is disabled by default. To enable authentication, set the
`PHANTASM_SECRET` environment variable in the server component before starting
the server. The client will need to provide the secret when instantiating the
client class to be able to send approval requests correctly.

Approval response from the dashboard to the coordinator server now includes the
approver details such as the name and email address. This information can be
used to identify the approver who made the decision and enrich the audit logs.

### 2024.11.05

This release includes the following changes:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "phantasm"
version = "0.1.1"
version = "0.1.2"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@phantasmlabs/dashboard",
"version": "0.1.1",
"version": "0.1.2",
"type": "module",
"private": true,
"scripts": {
Expand Down

0 comments on commit c794154

Please sign in to comment.