Skip to content

Commit

Permalink
release: 2.9.2 release notes and details (#782)
Browse files Browse the repository at this point in the history
## Description

Release notes for 2.9.2. I am doing this first to develop intentionally,
to prevent back porting later.
  • Loading branch information
joshuajbouw authored Jun 22, 2023
1 parent eee62b2 commit 1d16bce
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions 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.9.2] 2023-06-22

### Fixes

- Use ibig implemenation of modexp by [@birchmd]. ([#778])

[#778]: https://github.com/aurora-is-near/aurora-engine/pull/778

## [2.9.1] 2023-05-11

### Changes
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.9.1
2.9.2
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.9.1"
version = "2.9.2"
authors = ["Aurora Labs <hello@aurora.dev>"]
edition = "2021"
description = ""
Expand Down

0 comments on commit 1d16bce

Please sign in to comment.