From e4afeb27e6d65a1f52ae9dd94db8a997862383f7 Mon Sep 17 00:00:00 2001 From: Vlad Frolov Date: Fri, 17 Jan 2025 12:49:19 +0100 Subject: [PATCH] chore: release v0.5.0 --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46767e2..e55a61e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.0](https://github.com/near/near-api-rs/compare/v0.4.0...v0.5.0) - 2025-01-17 + +### Added + +- [**breaking**] NEP-413 support (#37) + +### Other + +- documented network config (#35) + ## [0.4.0](https://github.com/near/near-api-rs/compare/v0.3.0...v0.4.0) - 2024-12-19 ### Added diff --git a/Cargo.toml b/Cargo.toml index 10e7b4a..3173ceb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "near-api" -version = "0.4.0" +version = "0.5.0" authors = [ "akorchyn ", "frol ",