From 117cf297f2a81727d78a10bddfb66cdae43bc1b2 Mon Sep 17 00:00:00 2001 From: Jared Van Bortel Date: Thu, 19 Sep 2024 14:40:00 -0400 Subject: [PATCH] changelog: fix release date Signed-off-by: Jared Van Bortel --- gpt4all-chat/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpt4all-chat/CHANGELOG.md b/gpt4all-chat/CHANGELOG.md index 2b6b65b8..0de96dcc 100644 --- a/gpt4all-chat/CHANGELOG.md +++ b/gpt4all-chat/CHANGELOG.md @@ -4,7 +4,7 @@ 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.1.0/). -## [3.3.0] - 2024-09-18 +## [3.3.0] - 2024-09-19 ### Added - Use greedy sampling when temperature is set to zero ([#2854](https://github.com/nomic-ai/gpt4all/pull/2854))