Skip to content

Commit

Permalink
2.9.3 notes
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuajbouw committed Jul 20, 2023
1 parent 603bf4d commit f8779d0
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 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.9.3] 2023-07-19

### Changes

- It is now possible for anyone to call the contract method `deploy_upgrade` by [@joshuajbouw]. ([#794])

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

## [2.9.2] 2023-06-22

### Fixes
Expand Down Expand Up @@ -421,7 +429,8 @@ struct SubmitResult {

## [1.0.0] - 2021-05-12

[Unreleased]: https://github.com/aurora-is-near/aurora-engine/compare/2.9.2...develop
[Unreleased]: https://github.com/aurora-is-near/aurora-engine/compare/2.9.3...develop
[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
[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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

0 comments on commit f8779d0

Please sign in to comment.