Skip to content

Commit 62e25fa

Browse files
authored
Release 3.9.2 (#1032)
## Release 3.9.2 ### Fixes - Access to the silo-related transactions to the owner only by [@aleksuss]. ([#1030]) [#1030]: #1030
1 parent e90c74b commit 62e25fa

File tree

8 files changed

+252
-113
lines changed

8 files changed

+252
-113
lines changed

CHANGES.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.9.2] 2025-08-08
11+
12+
### Fixes
13+
14+
- Access to the silo-related transactions to the owner only by [@aleksuss]. ([#1030])
15+
16+
[#1030]: https://github.com/aurora-is-near/aurora-engine/pull/1030
17+
1018
## [3.9.1] 2025-07-09
1119

20+
### Fixes
21+
1222
- Improve security of the `exit_to_near` precompile by [@aleksuss]. ([#1024])
1323

1424
[#1024]: https://github.com/aurora-is-near/aurora-engine/pull/1024
@@ -762,7 +772,8 @@ struct SubmitResult {
762772

763773
## [1.0.0] - 2021-05-12
764774

765-
[Unreleased]: https://github.com/aurora-is-near/aurora-engine/compare/3.9.1...develop
775+
[Unreleased]: https://github.com/aurora-is-near/aurora-engine/compare/3.9.2...develop
776+
[3.9.2]: https://github.com/aurora-is-near/aurora-engine/compare/3.9.1...3.9.2
766777
[3.9.1]: https://github.com/aurora-is-near/aurora-engine/compare/3.9.0...3.9.1
767778
[3.9.0]: https://github.com/aurora-is-near/aurora-engine/compare/3.8.0...3.9.0
768779
[3.8.0]: https://github.com/aurora-is-near/aurora-engine/compare/3.7.0...3.8.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.9.1
1+
3.9.2

0 commit comments

Comments
 (0)