diff --git a/CHANGELOG.md b/CHANGELOG.md index 2836442..b595cc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog All notable changes to this project will be documented in this file. + +## [v1.0.0](https://github.com/rubensworks/rdf-stores.js/compare/v1.0.0-beta.2...v1.0.0) - 2023-06-27 + +### Fixed +* [Fix countQuads not being selective enough for quoted triples](https://github.com/rubensworks/rdf-stores.js/commit/060f27b0c04990e5d78912a6bd2cccc27ccc8b43) + ## [v1.0.0-beta.2](https://github.com/rubensworks/rdf-stores.js/compare/v1.0.0-beta.1...v1.0.0-beta.2) - 2023-06-15 diff --git a/package.json b/package.json index 8c1e56a..e21535d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdf-stores", - "version": "1.0.0-beta.2", + "version": "1.0.0", "description": "A TypeScript/JavaScript implementation of the RDF/JS store interface with support for quoted triples.", "keywords": [ "rdf",