# Version [0.2.0.0](https://github.com/blockfrost/blockfrost-haskell/compare/0.1.0.0...0.2.0.0) (2021-10-29) * Alonzo additions * `getTxRedeemers` for `/txs/${hash}/redeemers` endpoint * `listScripts` for `/scripts` endpoint, principled `listScripts'` * `getScript` for `/scripts/${script_hash}` endpoint * `getScriptRedeemers` for `/scripts/${script_hash}/redeemers` endpoint, principled `getScriptRedeemers'` * `getAddressUtxosAsset` for `/addresses/${address}/utxos/${asset}`, principled `getAddressUtxosAsset'` * `getScriptDatum` for `/scripts/datum/${datum_hash}` endpoint * `getScriptJSON` for `/scripts/${script_hash}/json` endpoint * `getScriptCBOR` for `/scripts/${script_hash}/cbor` endpoint # Version [0.1.0.0](https://github.com/blockfrost/blockfrost-haskell/compare/initial...0.1.0.0) (2021-09-14) * Added `allPages`, re-exported couple more pagination helpers * Initial release --- `blockfrost-client` uses [PVP Versioning][1]. [1]: https://pvp.haskell.org