From 1631f89ae6ebd5dac82437faaf531c84b04b1a21 Mon Sep 17 00:00:00 2001 From: Netkas Date: Sat, 29 Jul 2023 08:46:42 -0400 Subject: [PATCH] `\TamerLib\Classes > JobManager > connect()` re-constructs the Redis client before connecting to the server. --- CHANGELOG.md | 6 ++++++ project.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcb8522..d02ecb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.1.4] - 2023-07-28 + +### Fixed + - `\TamerLib\Classes > JobManager > connect()` re-constructs the Redis client before connecting to the server. + + ## [2.1.3] - 2023-07-27 ### Changed diff --git a/project.json b/project.json index d921fbb..734e467 100644 --- a/project.json +++ b/project.json @@ -22,7 +22,7 @@ "description": "TamerLib allows the execution of parallel tasks", "company": "Nosial", "copyright": "Copyright (c) 2022-2023 Nosial, All Rights Reserved", - "version": "2.1.3", + "version": "2.1.4", "uuid": "a365e7d6-a1c0-11ed-b7c7-b9654ed9efa5" }, "build": {