diff --git a/CHANGELOG.md b/CHANGELOG.md index 89112a06..3008bf4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.0.0-beta.1](https://github.com/input-output-hk/cardano-rosetta/compare/2.0.0-beta.0...2.0.0-beta.1) (2022-11-29) + +* bump to `cardano-serialization-lib@11.1.1` + ## [2.0.0-beta.0](https://github.com/input-output-hk/cardano-rosetta/compare/1.8.1...2.0.0-beta.0) (2022-11-11) diff --git a/README.md b/README.md index 9ae2d04c..66d60b76 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ DOCKER_BUILDKIT=1 \ docker build \ --build-arg BUILDKIT_INLINE_CACHE=1 \ --cache-from=inputoutput/cardano-rosetta:master \ - -t inputoutput/cardano-rosetta:2.0.0-beta.0 \ - https://github.com/input-output-hk/cardano-rosetta.git#2.0.0-beta.0 + -t inputoutput/cardano-rosetta:2.0.0-beta.1 \ + https://github.com/input-output-hk/cardano-rosetta.git#2.0.0-beta.1 ``` @@ -33,8 +33,8 @@ docker build \ --build-arg BUILDKIT_INLINE_CACHE=1 \ --build-arg NETWORK=preprod \ --cache-from=inputoutput/cardano-rosetta:master \ - -t inputoutput/cardano-rosetta:2.0.0-beta.0-preprod \ - https://github.com/input-output-hk/cardano-rosetta.git#2.0.0-beta.0 + -t inputoutput/cardano-rosetta:2.0.0-beta.1-preprod \ + https://github.com/input-output-hk/cardano-rosetta.git#2.0.0-beta.1 ``` @@ -48,8 +48,8 @@ docker build \ --build-arg BUILDKIT_INLINE_CACHE=1 \ --build-arg NETWORK=preview \ --cache-from=inputoutput/cardano-rosetta:master \ - -t inputoutput/cardano-rosetta:2.0.0-beta.0-preview \ - https://github.com/input-output-hk/cardano-rosetta.git#2.0.0-beta.0 + -t inputoutput/cardano-rosetta:2.0.0-beta.1-preview \ + https://github.com/input-output-hk/cardano-rosetta.git#2.0.0-beta.1 ``` @@ -68,7 +68,7 @@ docker run \ -p 8080:8080 \ -v cardano-rosetta:/data \ --shm-size=2g \ - inputoutput/cardano-rosetta:2.0.0-beta.0 + inputoutput/cardano-rosetta:2.0.0-beta.1 ``` @@ -82,7 +82,7 @@ docker run \ -p 8081:8080 \ -v cardano-rosetta-preprod:/data \ --shm-size=2g \ - inputoutput/cardano-rosetta:2.0.0-beta.0-preprod + inputoutput/cardano-rosetta:2.0.0-beta.1-preprod ``` @@ -96,7 +96,7 @@ docker run \ -p 8081:8080 \ -v cardano-rosetta-preview:/data \ --shm-size=2g \ - inputoutput/cardano-rosetta:2.0.0-beta.0-preview + inputoutput/cardano-rosetta:2.0.0-beta.1-preview ``` @@ -152,8 +152,8 @@ docker build \ --build-arg BUILDKIT_INLINE_CACHE=1 \ --build-arg SNAPSHOT_URL=https://update-cardano-mainnet.iohk.io/cardano-db-sync/13/db-sync-snapshot-schema-13-block-7960123-x86_64.tgz \ --cache-from=inputoutput/cardano-rosetta:master \ - -t inputoutput/cardano-rosetta:2.0.0-beta.0-apply-snapshot \ - https://github.com/input-output-hk/cardano-rosetta.git#2.0.0-beta.0 + -t inputoutput/cardano-rosetta:2.0.0-beta.1-apply-snapshot \ + https://github.com/input-output-hk/cardano-rosetta.git#2.0.0-beta.1 ``` @@ -169,7 +169,7 @@ docker run \ -p 8080:8080 \ -v cardano-rosetta:/data \ --shm-size=2g \ - inputoutput/cardano-rosetta:2.0.0-beta.0-apply-snapshot + inputoutput/cardano-rosetta:2.0.0-beta.1-apply-snapshot ``` diff --git a/cardano-rosetta-server/package.json b/cardano-rosetta-server/package.json index 89ad9cc2..d30b8c20 100644 --- a/cardano-rosetta-server/package.json +++ b/cardano-rosetta-server/package.json @@ -1,6 +1,6 @@ { "name": "cardano-rosetta-server", - "version": "2.0.0-beta.0", + "version": "2.0.0-beta.1", "description": "Rosetta API server specification implementation", "main": "index.js", "scripts": {