diff --git a/docs/changelog.md b/docs/changelog.md index ea00282..bed3fec 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,10 @@ # Changelog +## v0.2.6 + +- Ensure `MetadataFetcher`'s outgoing IPFS http/s requests get re-routed to `IPFSAdapter` under default configuration. +- Move `DEFAULT_ADAPTER_CONFIGS` to `offchain.metadata.adapters` package. + ## v0.2.5 - Use http HEAD requests to fetch mime-type and size that make up a token's metadata diff --git a/docs/index.md b/docs/index.md index 8dd3be9..05009c7 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,6 @@ # Getting Started -Documentation for version: **v0.2.5** +Documentation for version: **v0.2.6** ## Overview diff --git a/pyproject.toml b/pyproject.toml index c1d8dcd..5b3c268 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "offchain" -version = "0.2.5" +version = "0.2.6" description = "Open source metadata processing framework" authors = ["Zora eng "] readme = "README.md"