Skip to content

Commit 3e45f6e

Browse files
chore(release): 1.2.0 [skip ci]
# [1.2.0](v1.1.0...v1.2.0) (2026-02-17) ### Features * **auth:** add sr25519 signature + nonce verification ([dc8d8d4](dc8d8d4)) * **auth:** require API key alongside whitelisted hotkey ([#3](#3)) ([887f72b](887f72b))
1 parent 887f72b commit 3e45f6e

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [1.2.0](https://github.com/PlatformNetwork/term-executor/compare/v1.1.0...v1.2.0) (2026-02-17)
2+
3+
4+
### Features
5+
6+
* **auth:** add sr25519 signature + nonce verification ([dc8d8d4](https://github.com/PlatformNetwork/term-executor/commit/dc8d8d405e5e6d08100d900b8e94e29ced0b5417))
7+
* **auth:** require API key alongside whitelisted hotkey ([#3](https://github.com/PlatformNetwork/term-executor/issues/3)) ([887f72b](https://github.com/PlatformNetwork/term-executor/commit/887f72bac8021e073e10d65e385ecb3205b55010))
8+
19
# [1.1.0](https://github.com/PlatformNetwork/term-executor/compare/v1.0.0...v1.1.0) (2026-02-17)
210

311

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "term-executor"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
edition = "2021"
55
description = "Attested SWE-bench evaluation executor for term-challenge miners"
66
authors = ["Platform Network"]

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0
1+
1.2.0

0 commit comments

Comments
 (0)