Skip to content

Commit

Permalink
Bump hydra-node version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1bo committed Sep 9, 2024
1 parent 9e98ef6 commit 4a669c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
As a minor extension, we also keep a semantic version for the `UNRELEASED`
changes.

## [0.18.2] - UNRELEASED
## [0.19.0] - UNRELEASED

- Switch L2 ledger to use the `Conway` era. [#1178](https://github.com/cardano-scaling/hydra/issues/1178)
- Conway formatted transactions can be submitted to the `hydra-node`, while past eras are still supported (except deprecated features like protocol updates).
- This includes support for `PlutusV3` scripts, but most of the governance-related features have no meaning in the Hydra L2.

- Adds a manual recipient address entry to `hydra-tui` and fixes event handling. [#1607](https://github.com/cardano-scaling/hydra/pull/1607)

Expand Down
2 changes: 1 addition & 1 deletion hydra-node/hydra-node.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: hydra-node
version: 0.18.1
version: 0.19.0
synopsis: The Hydra node
author: IOG
copyright: 2022 IOG
Expand Down

0 comments on commit 4a669c2

Please sign in to comment.