Skip to content

Commit

Permalink
release: v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelwedler committed Jul 10, 2023
1 parent c982c67 commit dd11ea8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog


## v2.4.0 (2023-07-10)
* ci: Build the image for publish
* contracts: Add FeeSub contract
* beamer: `config` command: Ensure chain IDs from config and deployment match
* relayer: Recover L1 transaction hash in Arbitrum relayer
* relayer: Improved architecture and typing
* relayer: Return proof timestamp from Optimism relayer to agent
* frontend: Detect and provide better error messages when token allowance is too low


## v2.3.0 (2023-06-30)
* ci: add new e2e test to test relayer fallback for OP
* agent: adapt agent to use new deployment artifacts
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "beamer"
version = "2.3.0"
version = "2.4.0"
description = "Bridging rollups with L1 guaranteed security"
authors = ["Beamer Bridge Team <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit dd11ea8

Please sign in to comment.