diff --git a/CHANGELOG.md b/CHANGELOG.md index 61da5ea..7538dd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ +## v1.3.0 (2024-02-29) + +### Feature + +* feat: support worms-server 0.5.1 + +Add support for worms-server 0.5.1. This adds the `acceptedAphiaId` field to the `WormsNode` DTOs as well as a new endpoint for getting a `WormsNames` DTO by Aphia ID. ([`f1989bc`](https://github.com/fathomnet/fathomnet-py/commit/f1989bcfea8225d38749241709b9c98a9e47bae0)) + + ## v1.2.2 (2024-02-21) ### Chore diff --git a/pyproject.toml b/pyproject.toml index e984161..14b5be9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fathomnet" -version = "1.2.2" +version = "1.3.0" description = "fathomnet-py is a client-side API to help scientists, researchers, and developers interact with FathomNet data." license = "MIT" authors = ["Kevin Barnard "]