Skip to content

Commit

Permalink
Merge pull request #95 from ourzora/BACK-1791
Browse files Browse the repository at this point in the history
BACK-1791: release notes v0.2.6
  • Loading branch information
zylora authored Nov 10, 2023
2 parents b88c916 + b1cdeeb commit b348972
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Getting Started

Documentation for version: **v0.2.5**
Documentation for version: **v0.2.6**

## Overview

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit b348972

Please sign in to comment.