From bf79e0500b91d1d0471a0aa135f5939f7f82d2f3 Mon Sep 17 00:00:00 2001 From: Oleksandr Anyshchenko Date: Thu, 26 Oct 2023 17:46:27 +0100 Subject: [PATCH] chore: release notes 3.3.1 (#859) --- CHANGES.md | 5 ++++- Cargo.lock | 2 +- VERSION | 2 +- engine/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 7535abe06..48935660a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.3.1] 2023-10-26 + ### Fixes - The smart contract owner whose account id is not the same as the contract account id can set ERC-20 metadata @@ -545,7 +547,8 @@ struct SubmitResult { ## [1.0.0] - 2021-05-12 -[Unreleased]: https://github.com/aurora-is-near/aurora-engine/compare/3.3.0...develop +[Unreleased]: https://github.com/aurora-is-near/aurora-engine/compare/3.3.1...develop +[3.3.1]: https://github.com/aurora-is-near/aurora-engine/compare/3.3.0...3.3.1 [3.3.0]: https://github.com/aurora-is-near/aurora-engine/compare/3.2.0...3.3.0 [3.2.0]: https://github.com/aurora-is-near/aurora-engine/compare/3.1.0...3.2.0 [3.1.0]: https://github.com/aurora-is-near/aurora-engine/compare/3.0.0...3.1.0 diff --git a/Cargo.lock b/Cargo.lock index f6f9389fd..eaaf3fa4f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -279,7 +279,7 @@ dependencies = [ [[package]] name = "aurora-engine" -version = "3.3.0" +version = "3.3.1" dependencies = [ "aurora-engine-hashchain", "aurora-engine-modexp", diff --git a/VERSION b/VERSION index 15a279981..bea438e9a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.3.0 +3.3.1 diff --git a/engine/Cargo.toml b/engine/Cargo.toml index 342d67c8c..4e81fba75 100644 --- a/engine/Cargo.toml +++ b/engine/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aurora-engine" -version = "3.3.0" +version = "3.3.1" authors.workspace = true edition.workspace = true homepage.workspace = true