@@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+### [1.0.4](https://devt.de///compare/v1.0.3...v1.0.4) (2020-05-24)
+
+### Bug Fixes
+* Allow mass deleteion via GraphQL ([1adf80f](https://devt.de///commit/1adf80fdcc1b0b9858627d9628c11c9f6aa038d2))
### [1.0.3](https://devt.de///compare/v1.0.2...v1.0.3) (2020-03-08)
@@ -25,7 +25,7 @@ import (
/*
ProductVersion is the current version of EliasDB
*/
-const ProductVersion = "1.0.3"
+const ProductVersion = "1.0.4"
DefaultConfigFile is the default config file which will be used to configure EliasDB