Browse Source

chore(release): 1.1.0

Matthias Ladkau 3 years ago
parent
commit
513deca7fe
2 changed files with 13 additions and 1 deletions
  1. 12 0
      CHANGELOG.md
  2. 1 1
      config/config.go

+ 12 - 0
CHANGELOG.md

@@ -2,6 +2,18 @@
 
 
 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.
 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.0](https://devt.de///compare/v1.0.5...v1.1.0) (2020-11-30)
+
+
+### Features
+
+* Removing old integrations ([3fe1577](https://devt.de///commit/3fe157712ff41243dd325a876d8fed70cb038b34))
+
+
+### Bug Fixes
+
+* Upgrade to latest common version ([9df7dec](https://devt.de///commit/9df7decab6a2b623705c7b80dfd6d81fe699638c))
+
 ### [1.0.5](https://devt.de///compare/v1.0.4...v1.0.5) (2020-06-28)
 ### [1.0.5](https://devt.de///compare/v1.0.4...v1.0.5) (2020-06-28)
 
 
 ### [1.0.4](https://devt.de///compare/v1.0.3...v1.0.4) (2020-05-24)
 ### [1.0.4](https://devt.de///compare/v1.0.3...v1.0.4) (2020-05-24)

+ 1 - 1
config/config.go

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