Skip to content

Commit 18916de

Browse files
chore(main): release core 28.4.0 (#4101)
🤖 I have created a release *beep* *boop* --- ## [28.4.0](core-v28.3.0...core-v28.4.0) (2025-06-02) ### Features * **contract-verifier:** add Etherscan-like endpoints used for contract verification ([#4096](#4096)) ([3a28262](3a28262)) ### Bug Fixes * **api:** rollback finality-related api changes of 28.3.0 ([#4105](#4105)) ([1c797c1](1c797c1)) * deprecate submission obj in favor of data obj ([#4083](#4083)) ([9ce873d](9ce873d)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: zksync-era-bot <[email protected]>
1 parent 44fab29 commit 18916de

File tree

6 files changed

+193
-180
lines changed

6 files changed

+193
-180
lines changed

.github/release-please/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"core": "28.3.0",
2+
"core": "28.4.0",
33
"prover": "21.1.0",
44
"zkstack_cli": "0.1.2"
55
}

core/CHANGELOG.md

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

3+
## [28.4.0](https://github.com/matter-labs/zksync-era/compare/core-v28.3.0...core-v28.4.0) (2025-06-02)
4+
5+
6+
### Features
7+
8+
* **contract-verifier:** add Etherscan-like endpoints used for contract verification ([#4096](https://github.com/matter-labs/zksync-era/issues/4096)) ([3a28262](https://github.com/matter-labs/zksync-era/commit/3a28262de32dd802891da857524d9c60837abea4))
9+
10+
11+
### Bug Fixes
12+
13+
* **api:** rollback finality-related api changes of 28.3.0 ([#4105](https://github.com/matter-labs/zksync-era/issues/4105)) ([1c797c1](https://github.com/matter-labs/zksync-era/commit/1c797c1a392c930e9c48fcf39aea032b546632bd))
14+
* deprecate submission obj in favor of data obj ([#4083](https://github.com/matter-labs/zksync-era/issues/4083)) ([9ce873d](https://github.com/matter-labs/zksync-era/commit/9ce873d28e46858e3940aefac24746ac9d8fcd64))
15+
316
## [28.3.0](https://github.com/matter-labs/zksync-era/compare/core-v28.2.1...core-v28.3.0) (2025-05-29)
417

518

0 commit comments

Comments
 (0)