diff --git a/CHANGELOG.md b/CHANGELOG.md index 11c9a30f0f4..f735c3fe456 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,20 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 **Note: we move fast, but still we preserve 0.1 version (one feature release) back compatibility.** -## [0.11.2] - 2023-02-DD +## [0.11.2] - 2023-02-21 ### Fixed - Fixed compatibility between XLA in `_bincount` function ([#1471](https://github.com/Lightning-AI/metrics/pull/1471)) - - - Fixed type hints in methods belonging to `MetricTracker` wrapper ([#1472](https://github.com/Lightning-AI/metrics/pull/1472)) - - - Fixed `multilabel` in `ExactMatch` ([#1474](https://github.com/Lightning-AI/metrics/pull/1474)) - ## [0.11.1] - 2023-01-30 ### Fixed diff --git a/src/torchmetrics/__about__.py b/src/torchmetrics/__about__.py index 3dd00a09b98..9266422d184 100644 --- a/src/torchmetrics/__about__.py +++ b/src/torchmetrics/__about__.py @@ -1,4 +1,4 @@ -__version__ = "0.11.1" +__version__ = "0.11.2" __author__ = "Lightning-AI et al." __author_email__ = "name@pytorchlightning.ai" __license__ = "Apache-2.0"