Skip to content

Commit 26a1262

Browse files
authored
Release 3.6.1 (#900)
1 parent 7029a5c commit 26a1262

10 files changed

Lines changed: 425 additions & 370 deletions

File tree

CHANGES.md

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

88
## [Unreleased]
99

10+
## [3.6.1] 2024-02-15
11+
12+
### Changes
13+
14+
- Improved the format of a panic message by extending it with nonces from an account and a transaction
15+
by [@aleksuss]. ([#898])
16+
17+
[#898]: https://github.com/aurora-is-near/aurora-engine/pull/898
18+
1019
## [3.6.0] 2024-02-06
1120

1221
### Fixes
@@ -608,7 +617,8 @@ struct SubmitResult {
608617

609618
## [1.0.0] - 2021-05-12
610619

611-
[Unreleased]: https://github.com/aurora-is-near/aurora-engine/compare/3.6.0...develop
620+
[Unreleased]: https://github.com/aurora-is-near/aurora-engine/compare/3.6.1...develop
621+
[3.6.1]: https://github.com/aurora-is-near/aurora-engine/compare/3.6.0...3.6.1
612622
[3.6.0]: https://github.com/aurora-is-near/aurora-engine/compare/3.5.0...3.6.0
613623
[3.5.0]: https://github.com/aurora-is-near/aurora-engine/compare/3.4.0...3.5.0
614624
[3.4.0]: https://github.com/aurora-is-near/aurora-engine/compare/3.3.1...3.4.0

0 commit comments

Comments
 (0)