소스 검색

chore(release): 1.0.3

Matthias Ladkau 3 년 전
부모
커밋
d9d7db64fd
2개의 변경된 파일11개의 추가작업 그리고 1개의 파일을 삭제
  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