Skip to content

Commit

Permalink
chore: Release next version
Browse files Browse the repository at this point in the history
  • Loading branch information
palango committed Jul 19, 2024
1 parent 1e523cd commit dffc2a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions examples/airgap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Changelog

## 2.2.0

- Removed deprecated fields (`GatewayFee`, `GatewayFeeRecipient`, `FeeCurrency`) from `rosetta.airgap.api.TxMetadata` struct ([#258](https://github.com/celo-org/rosetta/pull/258))
- The airgap module new send Ethereum-style transactions instead of legacy Celo transactions ([#256](https://github.com/celo-org/rosetta/pull/256))
2 changes: 1 addition & 1 deletion service/rpc/versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ const (
)

var (
MiddlewareVersion = "2.1.0"
MiddlewareVersion = "2.2.0-beta.1"
NodeVersion = params.Version
)

0 comments on commit dffc2a0

Please sign in to comment.