Skip to content

Commit

Permalink
release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nddeluca committed Jun 30, 2022
1 parent 1537417 commit 880fa08
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.3.0] - 2022-06-30

### Changed
- The construction/metadata endpoint no longer requires public keys to be provided

Expand Down Expand Up @@ -33,8 +35,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
- Removed support for zero fee transactions

[Unreleased]: https://github.com/kava-labs/rosetta-kava/compare/v1.2.0...HEAD
[Unreleased]: https://github.com/kava-labs/rosetta-kava/compare/v1.3.0...HEAD

[1.3.0]: https://github.com/kava-labs/rosetta-kava/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/kava-labs/rosetta-kava/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/kava-labs/rosetta-kava/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/kava-labs/rosetta-kava/compare/v0.0.10...v1.0.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/*

ARG kava_node_version=v0.17.5
ARG kava_rosetta_version=v1.2.0
ARG kava_rosetta_version=v1.3.0
ENV KAVA_NODE_VERSION=$kava_node_version
ENV KAVA_ROSETTA_VERSION=$kava_rosetta_version

Expand Down

0 comments on commit 880fa08

Please sign in to comment.