Browse Source

chore(release): 1.0.3

Matthias Ladkau 3 years ago
parent
commit
d9d7db64fd
2 changed files with 11 additions and 1 deletions
  1. 10 0
      CHANGELOG.md
  2. 1 1
      config/config.go

+ 10 - 0
CHANGELOG.md

@@ -0,0 +1,10 @@
+# Changelog
+
+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.0.3](https://devt.de///compare/v1.0.2...v1.0.3) (2020-12-07)
+
+
+### Bug Fixes
+
+* Test fixes ([9075df4](https://devt.de///commit/9075df4c630a25db597a3c48c74d230383dfd5e8))

+ 1 - 1
config/config.go

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