Browse Source

chore(release): 1.6.2

Matthias Ladkau 2 years ago
parent
commit
c2cf989317
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.6.2](https://devt.de///compare/v1.6.1...v1.6.2) (2021-05-23)
+
+
+### Bug Fixes
+
+* Return statements can return nothing ([c54bd16](https://devt.de///commit/c54bd1664766ef3c5ee6f5e03cec5ec3ff0e835c))
+
 ### [1.6.1](https://devt.de///compare/v1.6.0...v1.6.1) (2021-05-03)
 
 

+ 1 - 1
config/config.go

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