Browse Source

chore(release): 1.4.0

Matthias Ladkau 1 year ago
parent
commit
84050d8547
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.4.0](https://devt.de///compare/v1.3.0...v1.4.0) (2022-08-14)
+
+
+### Features
+
+* GraphQL parsing and pretty printing via API ([42f5e24](https://devt.de///commit/42f5e2454294887c208476b2b8de87a099c0a5b1))
+
 ## [1.3.0](https://devt.de///compare/v1.2.0...v1.3.0) (2022-03-19)
 
 

+ 1 - 1
config/config.go

@@ -25,7 +25,7 @@ import (
 /*
 ProductVersion is the current version of EliasDB
 */
-const ProductVersion = "1.3.0"
+const ProductVersion = "1.4.0"
 
 /*
 DefaultConfigFile is the default config file which will be used to configure EliasDB