Skip to content

Commit db92e71

Browse files
committed
release: 1.2.2
1 parent a5e3f4b commit db92e71

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

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+
## 1.2.2 - 2026-03-09
11+
12+
### Changed
13+
14+
- Updated blockfrost-openapi to 0.1.86
15+
1016
## 1.2.1 - 2026-01-08
1117

1218
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "blockfrost"
3-
version = "1.2.1"
3+
version = "1.2.2"
44
edition = "2021"
55
keywords = ["blockfrost", "blockchain", "cardano", "ipfs", "nft"]
66
categories = ["api-bindings", "asynchronous", "cryptography::cryptocurrencies"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ and create a new project to receive an API key.
3535
Add to your project's `Cargo.toml`:
3636

3737
```toml
38-
blockfrost = "1.2.0"
38+
blockfrost = "1.2.2"
3939
```
4040

4141
## Examples

0 commit comments

Comments
 (0)