Skip to content

Commit

Permalink
chore: bump version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyslbw committed Oct 4, 2021
1 parent b1af649 commit 5c453a6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.

## [1.5.0](https://github.com/input-output-hk/cardano-rosetta/compare/1.4.0...1.5.0) (2021-08-28)


### Features

* search transactions ([faf3652](https://github.com/input-output-hk/cardano-rosetta/commit/faf36526fcd0630f2c20e27f71f750356dbf6807))

### Bug Fixes

* byron address support ([f9e4fd4](https://github.com/input-output-hk/cardano-rosetta/commit/f9e4fd482dd92739f444cb8c8b162bde0c2d3af4))

## [1.4.0](https://github.com/input-output-hk/cardano-rosetta/compare/1.4.0-beta.1...1.4.0) (2021-08-28)


Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:1.4.0 \
https://github.com/input-output-hk/cardano-rosetta.git#1.4.0
-t inputoutput/cardano-rosetta:1.5.0 \
https://github.com/input-output-hk/cardano-rosetta.git#1.5.0
```

</details>
Expand All @@ -33,8 +33,8 @@ docker build \
--build-arg BUILDKIT_INLINE_CACHE=1 \
--build-arg NETWORK=testnet \
--cache-from=inputoutput/cardano-rosetta:master \
-t inputoutput/cardano-rosetta:1.4.0-testnet \
https://github.com/input-output-hk/cardano-rosetta.git#1.4.0
-t inputoutput/cardano-rosetta:1.5.0-testnet \
https://github.com/input-output-hk/cardano-rosetta.git#1.5.0
```

</details>
Expand All @@ -53,7 +53,7 @@ docker run \
-p 8080:8080 \
-v cardano-rosetta:/data \
--shm-size=2g \
inputoutput/cardano-rosetta:1.4.0
inputoutput/cardano-rosetta:1.5.0
```

</details>
Expand All @@ -67,7 +67,7 @@ docker run \
-p 8081:8080 \
-v cardano-rosetta-testnet:/data \
--shm-size=2g \
inputoutput/cardano-rosetta:1.4.0-testnet
inputoutput/cardano-rosetta:1.5.0-testnet
```

</details>
Expand Down
2 changes: 1 addition & 1 deletion cardano-rosetta-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cardano-rosetta-server",
"version": "1.4.0",
"version": "1.5.0",
"description": "Rosetta API server specification implementation",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 5c453a6

Please sign in to comment.