diff --git a/CHANGELOG.md b/CHANGELOG.md index b6c0725..798679b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog All notable changes to this project will be documented in this file. + +## [v2.0.0](https://github.com/rubensworks/graphql-ld-comunica-solid.js/compare/v1.0.1...v2.0.0) - 2021-10-01 + +### BREAKING +* [Update to Comunica SPARQL Solid](https://github.com/rubensworks/graphql-ld-comunica-solid.js/commit/a6dca0d6fc1d194c5f50fefcb31b57eedae8c3d6) + * This now requires you to pass a `session` object to the query engine. Refer to the README for an example. + ## [v1.0.1](https://github.com/rubensworks/graphql-ld-comunica-solid.js/compare/v1.0.0...v1.0.1) - 2020-01-16 diff --git a/package.json b/package.json index 65bee92..72b4dc7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-ld-comunica-solid", - "version": "1.0.1", + "version": "2.0.0", "description": "A GraphQL-LD engine that is backed by Comunica with Solid authentication", "keywords": [ "graphql",