Skip to content

Commit

Permalink
Bump to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vrcmarcos committed Mar 6, 2021
1 parent fe382af commit efa6b1b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,4 +1,4 @@
ELASTICMOCK_VERSION='1.7.0'
ELASTICMOCK_VERSION='1.8.0'

install:
pip3 install -r requirements.txt
Expand Down
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -177,6 +177,13 @@ python setup.py test

## Changelog

#### 1.8.0:
- [Add multi_match](https://github.com/vrcmarcos/elasticmock/pull/63) (Thanks [@carlosgalvez-tiendeo](https://github.com/carlosgalvez-tiendeo))
- [Add mget](https://github.com/vrcmarcos/elasticmock/pull/64) (Thanks [@carlosgalvez-tiendeo](https://github.com/carlosgalvez-tiendeo))
- [Add create, update, and delete to bulk API](https://github.com/vrcmarcos/elasticmock/pull/65) (Thanks [@fenimore](https://github.com/fenimore))
- [Add Should to bool Query](https://github.com/vrcmarcos/elasticmock/pull/67) (Thanks [@fenimore](https://github.com/fenimore))
- [Update Search API return result](https://github.com/vrcmarcos/elasticmock/pull/68) (Thanks [@fenimore](https://github.com/fenimore))

#### 1.7.0:
- [Add shards skipped to search and count](https://github.com/vrcmarcos/elasticmock/pull/56) (Thanks [@philtweir](https://github.com/philtweir))
- [Allow 'match_all' queries in FakeSearch](https://github.com/vrcmarcos/elasticmock/pull/54) (Thanks [@jankislinger](https://github.com/jankislinger))
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@

import setuptools

__version__ = '1.7.0'
__version__ = '1.8.0'

# read the contents of your readme file
from os import path
Expand Down

0 comments on commit efa6b1b

Please sign in to comment.