From a1f6aa906c15647f7fff02d76784a4477866a7e5 Mon Sep 17 00:00:00 2001 From: Ken Shek Date: Tue, 25 Jun 2024 08:51:02 +0200 Subject: [PATCH] v4.0.4 --- CHANGELOG.md | 4 ++++ source/layers/core-lib/lib/.version | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b06a619..afd9fcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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). +## [4.0.4] - 2024-06-25 +### Bugfixes +- Fix ingest image error on TIFF (CMYK colorspace) image format. + ## [4.0.3] - 2024-06-19 ### Bugfixes - Fix the python numpy v2.0 incompatibility with the current versions of faiss, blip-caption-on-aws, zero-shot-classification, zero-shot-object-detection. diff --git a/source/layers/core-lib/lib/.version b/source/layers/core-lib/lib/.version index c4e41f9..c5106e6 100644 --- a/source/layers/core-lib/lib/.version +++ b/source/layers/core-lib/lib/.version @@ -1 +1 @@ -4.0.3 +4.0.4