Browse Source

chore(release): 1.0.4

Matthias Ladkau 3 years ago
parent
commit
bae6ce75e1
2 changed files with 8 additions and 1 deletions
  1. 7 0
      CHANGELOG.md
  2. 1 1
      config/config.go

+ 7 - 0
CHANGELOG.md

@@ -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)
 
 

+ 1 - 1
config/config.go

@@ -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