Skip to content

Commit

Permalink
Bump version to 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Feb 21, 2024
1 parent e37f885 commit 6ac5078
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ layout: changelog
pre: "<b>5. </b>"
---

### [6.1.0] - UNRELEASED
### [6.1.0] - 2024-02-21

#### Added

Expand All @@ -18,7 +18,7 @@ pre: "<b>5. </b>"

- 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

Expand Down
2 changes: 1 addition & 1 deletion clients/TypeScript/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions clients/TypeScript/packages/client/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions clients/TypeScript/packages/repl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-ogmios/repl",
"version": "6.0.3",
"version": "6.1.0",
"description": "REPL for Cardano Ogmios",
"engines": {
"node": ">=14"
Expand Down Expand Up @@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion clients/TypeScript/packages/schema/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion docs/content/api/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
+++
title = "API Reference (v6.0.*)"
title = "API Reference (v6.1.*)"
weight = 4
chapter = false
pre = "<b>4. </b>"
Expand Down
2 changes: 1 addition & 1 deletion docs/static/api/specification.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
asyncapi: '2.4.0'
info:
title: Ogmios
version: '6.0.*'
version: '6.1.*'
description: |
### Protocols
Expand Down
2 changes: 1 addition & 1 deletion server/ogmios.cabal

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/package.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6ac5078

Please sign in to comment.