Browse Source

chore(release): 1.5.1

Matthias Ladkau 3 years ago
parent
commit
ff06876e42
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.5.1](https://devt.de///compare/v1.5.0...v1.5.1) (2021-03-27)
+
+
+### Bug Fixes
+
+* Exposing threadpool a bit more ([79a2d93](https://devt.de///commit/79a2d932589b02b6d8d229374340d8772c313593))
+
 ## [1.5.0](https://devt.de///compare/v1.4.6...v1.5.0) (2021-03-27)
 
 

+ 1 - 1
config/config.go

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