Skip to content

Commit

Permalink
Release v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Stanković authored and bilbeyt committed Sep 29, 2023
1 parent 86fa487 commit 3c2fe08
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v3.0.1 (2023-09-27)

* frontend: use v3 contracts
* frontend: filter out unsupported destination tokens
* beamer: check: add new command `verify-l1-invalidations`
* beamer: check: add new command `initiate-challenges`
* beamer: check: add new command `verify-challenges`
* relayer: add a README.md and documentation
* relayer: wait until message has arrived on the destination RequestManager
* docs: improve documentation structure
* docs: document how to run L1 invalidation and challenge checks

## v3.0.0 (2023-08-23)

* agent: output exception reason from relayer
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 = "3.0.0"
version = "3.0.1"
description = "Bridging rollups with L1 guaranteed security"
authors = ["Beamer Bridge Team <contact@beamerbridge.com>"]
license = "MIT"
Expand Down

0 comments on commit 3c2fe08

Please sign in to comment.