diff --git a/CHANGELOG.md b/CHANGELOG.md index e99521ee6..ac819c310 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased +## [11.0.1] - 2023-04-27 + ### Fixed - #2762, Fixes "permission denied for schema" error during schema cache load - @steve-chavez diff --git a/postgrest.cabal b/postgrest.cabal index f9425f236..b7e505c9c 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -1,5 +1,5 @@ name: postgrest -version: 11.0.0 +version: 11.0.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