diff --git a/docs/changelog.md b/docs/changelog.md index 9de0b8e..ea00282 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,10 @@ # Changelog +## v0.2.5 + +- Use http HEAD requests to fetch mime-type and size that make up a token's metadata +- Upgrade httpx to 0.25.0 + ## v0.2.4 - Update Github actions pipeline diff --git a/docs/index.md b/docs/index.md index ec5e94f..8dd3be9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,6 @@ # Getting Started -Documentation for version: **v0.2.4** +Documentation for version: **v0.2.5** ## Overview diff --git a/pyproject.toml b/pyproject.toml index fc5b4ae..c1d8dcd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "offchain" -version = "0.2.4" +version = "0.2.5" description = "Open source metadata processing framework" authors = ["Zora eng "] readme = "README.md"