Skip to content

Commit 3c2fe08

Browse files
Ivan Stankovićbilbeyt
authored andcommitted
Release v3.0.1
1 parent 86fa487 commit 3c2fe08

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## v3.0.1 (2023-09-27)
4+
5+
* frontend: use v3 contracts
6+
* frontend: filter out unsupported destination tokens
7+
* beamer: check: add new command `verify-l1-invalidations`
8+
* beamer: check: add new command `initiate-challenges`
9+
* beamer: check: add new command `verify-challenges`
10+
* relayer: add a README.md and documentation
11+
* relayer: wait until message has arrived on the destination RequestManager
12+
* docs: improve documentation structure
13+
* docs: document how to run L1 invalidation and challenge checks
14+
315
## v3.0.0 (2023-08-23)
416

517
* agent: output exception reason from relayer

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "beamer"
3-
version = "3.0.0"
3+
version = "3.0.1"
44
description = "Bridging rollups with L1 guaranteed security"
55
authors = ["Beamer Bridge Team <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)