From e4859b7dba00a5d2bb6fc8c2cd1b70407faed624 Mon Sep 17 00:00:00 2001 From: EthPandaOpsBot <113917957+EthPandaOpsBot@users.noreply.github.com> Date: Thu, 9 Jan 2025 19:12:56 +0100 Subject: [PATCH] chore(main): release 1.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 20 ++++++++++++++++++++ version.txt | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c3f14639..96f1cd94 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.0" + ".": "1.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2eaf85e5..2ff018d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [1.3.0](https://github.com/ethpandaops/optimism-package/compare/1.2.0...1.3.0) (2025-01-09) + + +### Features + +* adds op-challenger support ([#116](https://github.com/ethpandaops/optimism-package/issues/116)) ([6aba40a](https://github.com/ethpandaops/optimism-package/commit/6aba40a4eb4146a97b2c50b7c1ed8de720f7d2d8)) +* adds op-proposer support ([#111](https://github.com/ethpandaops/optimism-package/issues/111)) ([f062776](https://github.com/ethpandaops/optimism-package/commit/f062776d768c7b653a37733dbb6fe8831a8fdef0)) +* **op-supervisor:** add op-supervisor component ([#110](https://github.com/ethpandaops/optimism-package/issues/110)) ([99fe41d](https://github.com/ethpandaops/optimism-package/commit/99fe41d3e28a28278240139a6027f951aed49a08)) + + +### Bug Fixes + +* Generate all addresses, fix launchers ([#130](https://github.com/ethpandaops/optimism-package/issues/130)) ([0bc10d1](https://github.com/ethpandaops/optimism-package/commit/0bc10d1dff3ff503ec8c948b976441eb93d68c80)) +* Remove dead code in main.star ([#114](https://github.com/ethpandaops/optimism-package/issues/114)) ([9e47fd6](https://github.com/ethpandaops/optimism-package/commit/9e47fd6392d874c2881e530051fcf2a889b54cfe)) +* remove some UUOC ([#128](https://github.com/ethpandaops/optimism-package/issues/128)) ([6ed6c57](https://github.com/ethpandaops/optimism-package/commit/6ed6c57f5d7230b73873989894a9ce28c007f46d)) +* repair supervisor->node cnx ([#127](https://github.com/ethpandaops/optimism-package/issues/127)) ([6d6c96e](https://github.com/ethpandaops/optimism-package/commit/6d6c96ed2ed265b2627f0b22092f0865a1645cdd)) +* set useInterop flag properly ([#122](https://github.com/ethpandaops/optimism-package/issues/122)) ([92438b5](https://github.com/ethpandaops/optimism-package/commit/92438b5821c0948edaba55baf23d11ba0be6add3)) +* stop pointing op-node to op-supervisor ([#124](https://github.com/ethpandaops/optimism-package/issues/124)) ([ae515ea](https://github.com/ethpandaops/optimism-package/commit/ae515ea62588e09fcc1e071f4ad11dd2f4a03134)) +* wallets.json multi-chain support ([#123](https://github.com/ethpandaops/optimism-package/issues/123)) ([288176c](https://github.com/ethpandaops/optimism-package/commit/288176cdd14d1f88122508eb76dcad6c64324cd1)) + ## [1.2.0](https://github.com/ethpandaops/optimism-package/compare/1.1.0...1.2.0) (2024-12-13) diff --git a/version.txt b/version.txt index 26aaba0e..f0bb29e7 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.2.0 +1.3.0