From ca698c0a8d2710237d5fead3ed259d34bed47f3d Mon Sep 17 00:00:00 2001 From: duckduckgrayduck <102841251+duckduckgrayduck@users.noreply.github.com> Date: Wed, 19 Feb 2025 12:41:08 -0600 Subject: [PATCH] Updates changelog --- docs/changelog.rst | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 8972a9d..6185924 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,11 @@ Changelog --------- +2.1.0 +~~~~~ + +* Adds support for the projects endpoint. + 2.0.0 ~~~~~ diff --git a/pyproject.toml b/pyproject.toml index 557437b..7eaeffa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "python-muckrock" -version = "2.0.0" +version = "2.1.0" authors = [ { name="duckduckgrayduck", email="sanjin@muckrock.com" }, ]