Browse Source

chore(release): 1.2.0

Matthias Ladkau 3 years ago
parent
commit
8681063c05
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.0...v1.2.0) (2020-12-26)
+
+
+### Features
+
+* Adding conversion helper for JSON objects ([0454de3](https://devt.de///commit/0454de30f32b70cb936675c86bf6bdafd4e4bc3b))
+
 ## [1.1.0](https://devt.de///compare/v1.0.4...v1.1.0) (2020-12-13)
 
 

+ 1 - 1
config/config.go

@@ -23,7 +23,7 @@ import (
 /*
 ProductVersion is the current version of ECAL
 */
-const ProductVersion = "1.1.0"
+const ProductVersion = "1.2.0"
 
 /*
 Known configuration options for ECAL