Skip to content

Commit

Permalink
add next CHANGELOG sections
Browse files Browse the repository at this point in the history
  • Loading branch information
sorki committed Sep 25, 2024
1 parent a426417 commit 1a5360a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions blockfrost-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Version [next](https://github.com/blockfrost/blockfrost-haskell/compare/api-0.12.1.0...master) (2024-MM-DD)

# Version [0.12.1.0](https://github.com/blockfrost/blockfrost-haskell/compare/api-0.12.0.0...api-0.12.1.0) (2024-09-25)

* Fix return type of `/txs/:hash/cbor` endpoint from `[TransactionCBOR]` to `TransactionCBOR`.
Expand Down
2 changes: 2 additions & 0 deletions blockfrost-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Version [next](https://github.com/blockfrost/blockfrost-haskell/compare/client-0.9.1.0...master) (2024-MM-DD)

# Version [0.9.1.0](https://github.com/blockfrost/blockfrost-haskell/compare/client-0.9.0.0...client-0.9.1.0) (2024-09-25)

* Fix return type of `getTxCBOR` from `[TransactionCBOR]` to `TransactionCBOR`.
Expand Down

0 comments on commit 1a5360a

Please sign in to comment.