Browse Source

chore(release): 1.4.2

Matthias Ladkau 3 years ago
parent
commit
ea776f31f5
2 changed files with 9 additions and 1 deletions
  1. 8 0
      CHANGELOG.md
  2. 1 1
      config/config.go

+ 8 - 0
CHANGELOG.md

@@ -2,6 +2,14 @@
 
 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.2](https://devt.de///compare/v1.4.1...v1.4.2) (2021-01-10)
+
+
+### Bug Fixes
+
+* except can now raise new errors / signals ([1550304](https://devt.de///commit/1550304c4c53916badbb005c400ac58517a82fc9))
+* Try supports now otherwise blocks ([4a29d46](https://devt.de///commit/4a29d46f3ab4ef655131194f0a60e3e8fb62fafa))
+
 ### [1.4.1](https://devt.de///compare/v1.4.0...v1.4.1) (2021-01-10)
 
 

+ 1 - 1
config/config.go

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