From 94921d31797eb62d61f96f4ae9907b0c31439e83 Mon Sep 17 00:00:00 2001 From: Khoroshevskyi Date: Fri, 9 Jun 2023 13:09:40 -0400 Subject: [PATCH] changed release date --- docs/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 61ffcf6..e1e65e5 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) format. -## [0.4.0] -- 2023-06-01 +## [0.4.0] -- 2023-06-09 - Transitioned to SQLAlchemy ORM. - Added a pep_schema column to the database. - Implemented a new testing approach.