diff --git a/CHANGELOG.md b/CHANGELOG.md index 892804d..04103e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/). +## [1.8.2] - 2024-10-01 + +### Changed + +- Improves logging of strings with newlines + +### Fixed + +- Insure concurrent execution of zero tasks returns immediately. +- Multi-item haggling environment, where players pick not only the price, but also the item to trade. + + ## [1.8.1] - 2024-09-20 ### Added diff --git a/setup.py b/setup.py index cece1bc..e92186c 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ def _remove_excluded(description: str) -> str: setuptools.setup( name='gdm-concordia', - version='1.8.1', + version='1.8.2', license='Apache 2.0', license_files=['LICENSE'], url='https://github.com/google-deepmind/concordia',