Bump to v6.0.0 (#1329)

* Also update BACKERS.md
This commit is contained in:
Steve Chávez
2019-06-21 13:11:48 -05:00
committed by GitHub
parent ea7d747107
commit dd86fe372c
4 changed files with 13 additions and 7 deletions
+6
View File
@@ -7,6 +7,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
### Fixed
## [6.0.0] - 2019-06-21
### Added
- #1186, Add support for user defined unix socket via `server-unix-socket` config option
- #690, Add `?columns` query parameter for faster bulk inserts, also ignores unspecified json keys in a payload - @steve-chavez
- #1239, Add support for resource embedding on materialized views - @vitorbaptista