Skip to content

Commit b348972

Browse files
authored
Merge pull request #95 from ourzora/BACK-1791
BACK-1791: release notes v0.2.6
2 parents b88c916 + b1cdeeb commit b348972

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

docs/changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v0.2.6
4+
5+
- Ensure `MetadataFetcher`'s outgoing IPFS http/s requests get re-routed to `IPFSAdapter` under default configuration.
6+
- Move `DEFAULT_ADAPTER_CONFIGS` to `offchain.metadata.adapters` package.
7+
38
## v0.2.5
49

510
- Use http HEAD requests to fetch mime-type and size that make up a token's metadata

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Getting Started
22

3-
Documentation for version: **v0.2.5**
3+
Documentation for version: **v0.2.6**
44

55
## Overview
66

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "offchain"
3-
version = "0.2.5"
3+
version = "0.2.6"
44
description = "Open source metadata processing framework"
55
authors = ["Zora eng <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)