From 50527dc6e7face2e232560a985d39ebf83af22d4 Mon Sep 17 00:00:00 2001 From: sorki Date: Thu, 19 Sep 2024 14:18:37 +0200 Subject: [PATCH] api: Release 0.12 --- blockfrost-api/CHANGELOG.md | 2 +- blockfrost-api/blockfrost-api.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/blockfrost-api/CHANGELOG.md b/blockfrost-api/CHANGELOG.md index be8266f..9280aac 100644 --- a/blockfrost-api/CHANGELOG.md +++ b/blockfrost-api/CHANGELOG.md @@ -1,4 +1,4 @@ -# Version [next](https://github.com/blockfrost/blockfrost-haskell/compare/api-0.11.0.0...master) (2024-MM-DD) +# Version [0.12.0.0](https://github.com/blockfrost/blockfrost-haskell/compare/api-0.11.0.0...api-0.12.0.0) (2024-09-19) * Additions * `ProtocolParams` extended with Conway related protocol parameters and raw cost models [#59](https://github.com/blockfrost/blockfrost-haskell/pull/59) diff --git a/blockfrost-api/blockfrost-api.cabal b/blockfrost-api/blockfrost-api.cabal index c145b80..8b14fd7 100644 --- a/blockfrost-api/blockfrost-api.cabal +++ b/blockfrost-api/blockfrost-api.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: blockfrost-api -version: 0.11.0.0 +version: 0.12.0.0 synopsis: API definitions for blockfrost.io description: Core types and Servant API description homepage: https://github.com/blockfrost/blockfrost-haskell