diff --git a/CHANGES.md b/CHANGES.md index 074f7ca22..6c5e77bf9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.10.1] 2023-07-27 + +### Fixes + +- Updated sputnikvm dependency with bugfix in the `shanghai` implementation [@mandreyel]. ([#803]) + +[#803]: https://github.com/aurora-is-near/aurora-engine/pull/803 + ## [2.10.0] 2023-07-20 ### Changes @@ -441,7 +449,8 @@ struct SubmitResult { ## [1.0.0] - 2021-05-12 -[Unreleased]: https://github.com/aurora-is-near/aurora-engine/compare/2.10.0...develop +[Unreleased]: https://github.com/aurora-is-near/aurora-engine/compare/2.10.1...develop +[2.10.1]: https://github.com/aurora-is-near/aurora-engine/compare/2.10.0...2.10.1 [2.10.0]: https://github.com/aurora-is-near/aurora-engine/compare/2.9.3...2.10.0 [2.9.3]: https://github.com/aurora-is-near/aurora-engine/compare/2.9.2...2.9.3 [2.9.2]: https://github.com/aurora-is-near/aurora-engine/compare/2.9.1...2.9.2 diff --git a/VERSION b/VERSION index 10c2c0c3d..8bbb6e406 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.10.0 +2.10.1 diff --git a/engine/Cargo.toml b/engine/Cargo.toml index eb356262d..70485820a 100644 --- a/engine/Cargo.toml +++ b/engine/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aurora-engine" -version = "2.10.0" +version = "2.10.1" authors.workspace = true edition.workspace = true homepage.workspace = true