Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zoernert authored Feb 5, 2024
1 parent e7f3c21 commit b7674b5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions framework/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## [0.6.8](https://github.com/energychain/ZSG_DynamischeStromtarife/compare/v0.6.7...v0.6.8) (2024-02-05)
### Increment
It is possible to start EAF from within an existing runtime.

```node
const eaf = require('stromdao-eaf');
process.env.TRANSPORTER="natsurl:4222";
eaf.node();
```

### Bug Fixes

Expand Down

0 comments on commit b7674b5

Please sign in to comment.