diff --git a/CHANGELOG.md b/CHANGELOG.md index 54f2b1c25..a01cd7954 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased +## [10.1.1] - 2022-11-08 + ### Fixed - #2548, Fix regression when embedding views with partial references to multi column FKs - @wolfgangwalther diff --git a/postgrest.cabal b/postgrest.cabal index eae15b22d..1e4deeccd 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -1,5 +1,5 @@ name: postgrest -version: 10.1.0.20221104 +version: 10.1.1 synopsis: REST API for any Postgres database description: Reads the schema of a PostgreSQL database and creates RESTful routes for tables, views, and functions, supporting all HTTP methods that security