Skip to content

Commit

Permalink
Release v2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevor Sibanda committed Nov 26, 2019
1 parent 3863878 commit c042321
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.10.0
- Added `merge`, `format`, `reduce`
- Send X-Fauna-Driver with HTTP requests
- Added `move_database`, `range`

## 2.7.0
- Support new schema names: Class -> Collection; Instance -> Document
Deprecated `create_class`, `class_expr`, `class_`, `classes`
Expand Down
2 changes: 1 addition & 1 deletion faunadb/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = "FaunaDB"
__version__ = "2.7.0"
__version__ = "2.10.0"
__author__ = "Fauna, Inc"
__license__ = "MPL 2.0"
__copyright__ = "2019 Fauna, Inc"

0 comments on commit c042321

Please sign in to comment.