Merge pull request #208 from bitemyapp/0.15-release

Prepare 0.15 release
This commit is contained in:
Michael Xavier 2017-09-15 09:37:39 -07:00 committed by GitHub
commit 331965128c
2 changed files with 29 additions and 1 deletions

View File

@ -1,5 +1,5 @@
name: bloodhound
version: 0.14.0.1
version: 0.15.0.0
synopsis: ElasticSearch client library for Haskell
description: ElasticSearch made awesome for Haskell hackers
homepage: https://github.com/bitemyapp/bloodhound

View File

@ -1,3 +1,31 @@
0.15.0.0
===================
- @jagare
- #204 Fix bug where Location was used instad of LatLon
- #207 Add instructions on how to run example code
- @andrewthad
- #200 Add function for deleting alias
- #201 Add BulkCreateEncoding, which allows use of aeson's Encoding for faster bulk creates
- #203 Add support for total fields limit
- @chrissound
- #196 Add missing import to example
- @tmcgilchrist
- #186 Fix warnings and drop redundant constraints
- @23Skidoo
- #183 Bump dependencies to support GHC 8.2
- @bermanjosh
- #182 Support for Suggesters and Template Queries
- @dawei-dev
- #181 Fix typo
0.14.0.0
===================