Browse Source

chore(release): 1.1.1

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

+ 2 - 0
CHANGELOG.md

@@ -2,6 +2,8 @@
 
 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.1.1](https://devt.de///compare/v1.1.0...v1.1.1) (2020-12-07)
+
 ## [1.1.0](https://devt.de///compare/v1.0.5...v1.1.0) (2020-11-30)
 
 

+ 1 - 1
config/config.go

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