diff --git a/CHANGES.md b/CHANGES.md index 2fb7022af..16f1811f0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -16,6 +16,22 @@ Releases are also tagged in git, if that's helpful. ## Current +**2.5.69 - 2023-11-21** + +Features: + +- Fix VI Tests +- Puerto Rico and Coast Guard court ids to match CL +- Fix Arizona App Dist 2 +- Fix CA2 OA scraper + +Changes: + +- Shrink VA to be faster +- Fix Conn App Ct date handler + +## Past + **2.5.68 - 2023-11-20** Features: @@ -26,8 +42,6 @@ Changes: - -## Past - **2.5.67 - 2023-11-20** Features: diff --git a/setup.py b/setup.py index a51cd536e..c94a68377 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import find_packages, setup from setuptools.command.install import install -VERSION = "2.5.68" +VERSION = "2.5.69" AUTHOR = "Free Law Project" EMAIL = "info@free.law" HERE = os.path.abspath(os.path.dirname(__file__))