Skip to content

Commit 9ef1d85

Browse files
authored
chore: release v0.8.1 (#100)
1 parent 9a953ec commit 9ef1d85

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ rust-version = "1.85"
55

66
[workspace.package]
77
edition = "2021"
8-
version = "0.8.0"
8+
version = "0.8.1"
99
authors = [
1010
"akorchyn <artur.yurii.korchynskyi@gmail.com>",
1111
"frol <frolvlad@gmail.com>",
@@ -16,7 +16,7 @@ repository = "https://github.com/near/near-api-rs"
1616

1717

1818
[workspace.dependencies]
19-
near-api-types = { path = "types", version = "~0.8.0" }
19+
near-api-types = { path = "types", version = "~0.8.1" }
2020

2121
borsh = "1.5"
2222
async-trait = "0.1"

api/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.8.1](https://github.com/near/near-api-rs/compare/near-api-v0.8.0...near-api-v0.8.1) - 2025-12-11
11+
12+
### Added
13+
14+
- added authorization header for api token
15+
1016
## [0.8.0](https://github.com/near/near-api-rs/compare/near-api-v0.7.8...near-api-v0.8.0) - 2025-12-04
1117

1218
### Added

0 commit comments

Comments
 (0)