diff --git a/.unreleased/bug-fixes/quint-quantified-types.md b/.unreleased/bug-fixes/quint-quantified-types.md deleted file mode 100644 index dfa86c715c..0000000000 --- a/.unreleased/bug-fixes/quint-quantified-types.md +++ /dev/null @@ -1 +0,0 @@ -Fix a problem where different quantified variables from Quint received the same TlaType1 var number (#2873). diff --git a/CHANGES.md b/CHANGES.md index 3c34f15fef..306aa8b492 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,12 @@ +## 0.44.10 - 2024-03-25 + +### Bug fixes + +- Fix a problem where different quantified variables from Quint received the same TlaType1 var number (#2873). + ## 0.44.9 - 2024-03-21 ### Bug fixes diff --git a/VERSION b/VERSION index 141cd20fa9..2d9f8c3c40 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.44.10-SNAPSHOT +0.44.11-SNAPSHOT