diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index efe5b0106c..81454c175d 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -403,8 +403,8 @@ jobs: os: [ linux ] target: [ cardano-node-ogmios ] network: [ mainnet, preprod, preview, sanchonet ] - cardano-node: [ 8.7.2, 8.7.3 ] - cardano-node-latest: [ 8.7.3 ] + cardano-node: [ 8.7.3, 8.8.0-pre ] + cardano-node-latest: [ 8.8.0-pre ] arch: [ x86_64 ] steps: - name: 📥 Checkout repository diff --git a/CHANGELOG.md b/CHANGELOG.md index 4117b3f067..a7482ff71c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ layout: changelog pre: "5. " --- -### [6.1.0] - UNRELEASED +### [6.1.0] - 2024-02-21 #### Added @@ -18,7 +18,7 @@ pre: "5. " - The object returned from `ledgerState/rewardAccountSummaries` now contain an extra `deposit` field equals to the amount deposited and held by the associated stake credential. -- A new query `ledgerState/constitution` to obtain the current on-chain constitution. This query is only available when the ledger is in the Conway era onwards. +- A new query `queryLedgerState/constitution` to obtain the current on-chain constitution. This query is only available when the ledger is in the Conway era onwards. #### Changed diff --git a/clients/TypeScript/package.json b/clients/TypeScript/package.json index 7619692584..b8be311e7d 100644 --- a/clients/TypeScript/package.json +++ b/clients/TypeScript/package.json @@ -1,6 +1,6 @@ { "name": "cardano-ogmios", - "version": "6.0.3", + "version": "6.1.0", "private": true, "description": "TypeScript monorepo with client libraries for Cardano Ogmios", "engines": { diff --git a/clients/TypeScript/packages/client/package.json b/clients/TypeScript/packages/client/package.json index 9aca344b92..bb307552f3 100644 --- a/clients/TypeScript/packages/client/package.json +++ b/clients/TypeScript/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@cardano-ogmios/client", - "version": "6.0.3", + "version": "6.1.0", "description": "TypeScript client library for Cardano Ogmios", "engines": { "node": ">=14" @@ -47,7 +47,7 @@ "typescript": "^4.2.3" }, "dependencies": { - "@cardano-ogmios/schema": "6.0.3", + "@cardano-ogmios/schema": "6.1.0", "@cardanosolutions/json-bigint": "^1.0.1", "@types/json-bigint": "^1.0.1", "bech32": "^2.0.0", diff --git a/clients/TypeScript/packages/repl/package.json b/clients/TypeScript/packages/repl/package.json index f62fae3fa7..e5eb6d7f1c 100644 --- a/clients/TypeScript/packages/repl/package.json +++ b/clients/TypeScript/packages/repl/package.json @@ -1,6 +1,6 @@ { "name": "@cardano-ogmios/repl", - "version": "6.0.3", + "version": "6.1.0", "description": "REPL for Cardano Ogmios", "engines": { "node": ">=14" @@ -39,7 +39,7 @@ "typescript": "^4.2.3" }, "dependencies": { - "@cardano-ogmios/client": "6.0.3", + "@cardano-ogmios/client": "6.1.0", "yargs-parser": "^20.2.7" }, "files": [ diff --git a/clients/TypeScript/packages/schema/package.json b/clients/TypeScript/packages/schema/package.json index 35c70c6f9a..e89238656e 100644 --- a/clients/TypeScript/packages/schema/package.json +++ b/clients/TypeScript/packages/schema/package.json @@ -1,6 +1,6 @@ { "name": "@cardano-ogmios/schema", - "version": "6.0.3", + "version": "6.1.0", "description": "Generated TypeScript from the Cardano Ogmios schema", "engines": { "node": ">=14" diff --git a/docs/content/api/_index.md b/docs/content/api/_index.md index 0a2f85986b..97b1c2f71c 100644 --- a/docs/content/api/_index.md +++ b/docs/content/api/_index.md @@ -1,5 +1,5 @@ +++ -title = "API Reference (v6.0.*)" +title = "API Reference (v6.1.*)" weight = 4 chapter = false pre = "4. " diff --git a/docs/static/api/specification.yaml b/docs/static/api/specification.yaml index 4d6130bfbc..a0ac2df83c 100644 --- a/docs/static/api/specification.yaml +++ b/docs/static/api/specification.yaml @@ -1,7 +1,7 @@ asyncapi: '2.4.0' info: title: Ogmios - version: '6.0.*' + version: '6.1.*' description: | ### Protocols diff --git a/server/ogmios.cabal b/server/ogmios.cabal index b4db2961b9..605b15b5a9 100644 --- a/server/ogmios.cabal +++ b/server/ogmios.cabal @@ -5,7 +5,7 @@ cabal-version: 3.0 -- see: https://github.com/sol/hpack name: ogmios -version: 6.0.3 +version: 6.1.0 synopsis: A JSON/RPC-2.0 WebSocket client for cardano-node description: Please see the README on GitHub at category: Web diff --git a/server/package.yaml b/server/package.yaml index 25fe999d8c..53f7da1d03 100644 --- a/server/package.yaml +++ b/server/package.yaml @@ -1,7 +1,7 @@ _config: !include ".hpack.config.yaml" name: ogmios -version: 6.0.3 +version: 6.1.0 stability: stable github: "cardanosolutions/ogmios" license: MPL-2.0