From 429be82b24ff620a0cabe34702caf6650e1a8a91 Mon Sep 17 00:00:00 2001 From: Vineeth Voruganti <13438633+VVoruganti@users.noreply.github.com> Date: Thu, 14 Nov 2024 20:43:41 -0500 Subject: [PATCH] chore(release) CHANGELOG --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49bad3c..94b4474 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [0.0.14] — 2024-11-14 + +### Changed + +- Query Documents endpoint is a POST request for better DX +- `String` columns are now `TEXT` columns to match postgres best practices +- Docstrings to have better stainless generations + +### Fixed + +- Dialectic API to use most recent user representation +- Prepared Statements Transient Error with `psycopg` + ## [0.0.13] — 2024-11-07 ### Added