Skip to content

Commit

Permalink
release: version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danwkennedy committed Sep 17, 2020
1 parent ad32310 commit 93e05a1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [0.8.0](https://github.com/danwkennedy/arango-datasouce/compare/0.7.0...0.8.0) (2020-09-17)


### Features

* **arangojs:** upgrade to arangojs 7.0.1 ([ae3c8ff](https://github.com/danwkennedy/arango-datasouce/commit/ae3c8ff01c7b5fd10fcd5221d08049d6bb4b3e8f))
* **readme:** document how to use the package ([70fccf0](https://github.com/danwkennedy/arango-datasouce/commit/70fccf0bcb2538afaa13078532c5d40c5c4fde2a))


### BREAKING CHANGES

* **arangojs:** arangojs 7+ has quite a few breaking changes. We've addressed the issues that look like they need to be addressed but more testing is likely necessary to make sure.



# [0.7.0](https://github.com/danwkennedy/arango-datasouce/compare/0.6.4...0.7.0) (2020-05-17)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@danwkennedy/arango-datasource",
"version": "0.7.0",
"version": "0.8.0",
"description": "An implentation of Apollo's datasources for ArangoDb",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 93e05a1

Please sign in to comment.