Skip to content

Commit bd304c9

Browse files
committed
Bump version
1 parent 3989aaa commit bd304c9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6-
## unreleased
6+
## [0.2.10.0] - 2015-06-03
77
### Added
88
- Full text search, eg `/foo?text_vector=@@.bar`
99
- Include auth id as well as db role to views (for row-level security)

app.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"POSTGREST_VER": {
1212
"description": "Version of PostgREST to deploy",
13-
"value": "0.2.9.0"
13+
"value": "0.2.10.0"
1414
},
1515
"DB_NAME": {
1616
"description": "Database name",

postgrest.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: postgrest
22
description: Reads the schema of a PostgreSQL database and creates RESTful routes
33
for the tables and views, supporting all HTTP verbs that security
44
permits.
5-
version: 0.2.9.1
5+
version: 0.2.10.0
66
synopsis: REST API for any Postgres database
77
license: MIT
88
license-file: LICENSE

0 commit comments

Comments
 (0)