Browse Source

chore(release): 1.4.0

Matthias Ladkau 3 years ago
parent
commit
51fd789418
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.3...v1.4.0) (2021-01-09)
+
+
+### Features
+
+* Better pretty printer ([18e42f7](https://devt.de///commit/18e42f771dc386a8a6cfb9329f59c5a246934be0))
+
 ### [1.3.3](https://devt.de///compare/v1.3.2...v1.3.3) (2021-01-01)
 
 

+ 1 - 1
config/config.go

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