diff --git a/CHANGELOG.md b/CHANGELOG.md index 792e5f71..a9872f5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ This changelog follows the following convention [https://keepachangelog.com/en/1.0.0/](https://keepachangelog.com/en/1.0.0/). +## [1.3.2] - 2020-06-01 + +### Fixed + +- Prevent overwriting the name of matching entities (e.g. container-key). [#237](https://github.com/microsoft/TextWorld/pull/237) + ## [1.3.1] - 2020-04-07 ### Fixed diff --git a/textworld/version.py b/textworld/version.py index 72837bdc..e3983324 100644 --- a/textworld/version.py +++ b/textworld/version.py @@ -1 +1 @@ -__version__ = '1.3.1' +__version__ = '1.3.2'