Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v2.9.1 #758

Merged
merged 12 commits into from
May 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.9.1] 2023-05-11

### Changes

- Removed unused state variable `bridge_prover_id` by [@birchmd]. ([#749])
- `modexp` has been improved to be greatly faster than before by [@birchmd]. ([#757])

### Fixes

- Fixed an issue where the owner could call `new` multiple times by [@lempire123]. ([#733])
- Fixed an issue with `deploy_upgrade` where the upgrade index isn't cleared by [@lempire123]. ([#741])

[#749]: https://github.com/aurora-is-near/aurora-engine/pull/749
[#757]: https://github.com/aurora-is-near/aurora-engine/pull/757
[#733]: https://github.com/aurora-is-near/aurora-engine/pull/733
[#741]: https://github.com/aurora-is-near/aurora-engine/pull/741

## [2.9.0] 2023-04-05

### Added
Expand Down Expand Up @@ -396,7 +413,8 @@ struct SubmitResult {

## [1.0.0] - 2021-05-12

[Unreleased]: https://github.com/aurora-is-near/aurora-engine/compare/2.9.0...develop
[Unreleased]: https://github.com/aurora-is-near/aurora-engine/compare/2.9.1...develop
[2.9.1]: https://github.com/aurora-is-near/aurora-engine/compare/2.9.0...2.9.1
[2.9.0]: https://github.com/aurora-is-near/aurora-engine/compare/2.8.0...2.9.0
[2.8.0]: https://github.com/aurora-is-near/aurora-engine/compare/2.7.0...2.8.0
[2.7.0]: https://github.com/aurora-is-near/aurora-engine/compare/2.6.1...2.7.0
Expand Down
Loading