Browse Source

chore(release): 1.2.0

Matthias Ladkau 3 years ago
parent
commit
5836ce0e09
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.2.0](https://devt.de///compare/v1.1.2...v1.2.0) (2021-05-04)
+
+
+### Features
+
+* ECAL support for EliasDB ([e2ec3a3](https://devt.de///commit/e2ec3a30d210c44ba4bb26bcaabff507e028f515))
+
 ### [1.1.2](https://devt.de///compare/v1.1.1...v1.1.2) (2021-04-25)
 
 ### [1.1.1](https://devt.de///compare/v1.1.0...v1.1.1) (2020-12-07)

+ 1 - 1
config/config.go

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