diff --git a/CHANGELOG.md b/CHANGELOG.md index 346065c..e884be1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## v1.6.0 (2024-07-18) + +### Feature + +* feat: allow a start page number in fathomnet.util.page ([`62ca914`](https://github.com/fathomnet/fathomnet-py/commit/62ca91421765328c7c47c63962e144ce074463b1)) + ## v1.5.1 (2024-07-16) ### Fix diff --git a/pyproject.toml b/pyproject.toml index e9df83b..3f7e5eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fathomnet" -version = "1.5.1" +version = "1.6.0" description = "fathomnet-py is a client-side API to help scientists, researchers, and developers interact with FathomNet data." license = "MIT" authors = ["Kevin Barnard "]