diff --git a/CHANGELOG.md b/CHANGELOG.md index ef2622640..701be47e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ 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). +## [0.8.3] - 2024-04-18 + +### Changed + +* [#453](https://github.com/NVIDIA/NeMo-Guardrails/pull/453) Update documentation for NVIDIA AI Catalog example. + +### Fixed + +* [#382](https://github.com/NVIDIA/NeMo-Guardrails/pull/382) Fix issue with `lowest_temperature` in self-check and hallucination rails. +* [#454](https://github.com/NVIDIA/NeMo-Guardrails/pull/454) Redo fix for #385. +* [#442](https://github.com/NVIDIA/NeMo-Guardrails/pull/442) Fix README type by @dileepbapat. + + ## [0.8.2] - 2024-04-01 ### Added diff --git a/nemoguardrails/__init__.py b/nemoguardrails/__init__.py index 703cd968b..d14c2c215 100644 --- a/nemoguardrails/__init__.py +++ b/nemoguardrails/__init__.py @@ -26,4 +26,4 @@ "ignore", category=UserWarning, message="TypedStorage is deprecated" ) -__version__ = "0.8.2" +__version__ = "0.8.3"