Skip to content

Commit

Permalink
chore: release v0.14.0 (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
frol authored Nov 12, 2024
1 parent 942584e commit 6b02c47
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.14.0](https://github.com/near/near-jsonrpc-client-rs/compare/v0.13.0...v0.14.0) - 2024-11-12

### Added

- added http errors 400, 408, 503, 500 ([#160](https://github.com/near/near-jsonrpc-client-rs/pull/160))

### Other

- [**breaking**] updates near-* dependencies to 0.27 release ([#161](https://github.com/near/near-jsonrpc-client-rs/pull/161))

## [0.13.0](https://github.com/near/near-jsonrpc-client-rs/compare/v0.12.0...v0.13.0) - 2024-09-11

### Other
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "near-jsonrpc-client"
version = "0.13.0"
version = "0.14.0"
authors = ["Near Inc <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 6b02c47

Please sign in to comment.