Skip to content

Commit

Permalink
chore: 2.10.1 release notes (#804)
Browse files Browse the repository at this point in the history
## Description

The PR updates release notes for 2.10.1 release.
  • Loading branch information
aleksuss authored Jul 27, 2023
1 parent 0ffcf0d commit 8190cdf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.10.0
2.10.1
2 changes: 1 addition & 1 deletion engine/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8190cdf

Please sign in to comment.