Skip to content

Commit

Permalink
chore(release) CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
VVoruganti committed Nov 15, 2024
1 parent e854aca commit 429be82
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 429be82

Please sign in to comment.