diff --git a/CHANGELOG.md b/CHANGELOG.md index 87bf7b48..148b273a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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.8] - 2024-11-13 + +### Fixed + +- Fixed a bug in the Schelling diagram payoffs component preventing some players +from seeing outcomes on certain steps. + ## [1.8.7] - 2024-11-5 diff --git a/setup.py b/setup.py index 3ea17c1d..9c650794 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.7', + version='1.8.8', license='Apache 2.0', license_files=['LICENSE'], url='https://github.com/google-deepmind/concordia',