diff --git a/CHANGES.rst b/CHANGES.rst index 5bfc0b6..ce3d2a1 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,17 @@ Changelog 3.0.0 (tbd) ----------- +2.2.0 (2024-09-15) +-------------------------- + +- c21c1e8 ENH: use json client for `update` (#588) +- d68355a MAINT: cleanup README (#591) +- 6c43e19 MAINT: solve deprecated `types-pkg_resources` (#589) +- f386a39 MAINT: Update setuptools requirement from <70.0.0,>=40.0 to >=40.0,<71.0.0 in /requirements (#579) +- aa8217b MAINT: Update Deprecated Compose Commands for Pypiserver Services (#583) +- f740a84 MAINT: test: Fix running `build` in offline test environment (#571) +- a70b77d MAINT: Updated HTML formatting (#580) (#581) + 2.1.1 (2024-04-24) --------------------------