From e07807deabeaec7790b0f0e34cce8e02087cfa91 Mon Sep 17 00:00:00 2001 From: Laurence Isla Date: Wed, 12 Apr 2023 12:36:38 -0500 Subject: [PATCH] bump version to 10.2.0 --- CHANGELOG.md | 2 +- postgrest.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d59c8bf0a..d0a0ce6cb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased +## [10.2.0] - 2023-04-12 ### Added diff --git a/postgrest.cabal b/postgrest.cabal index ccb8c5434d..3c3dfd81b7 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -1,5 +1,5 @@ name: postgrest -version: 10.1.2 +version: 10.2.0 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