diff --git a/.unreleased/breaking-changes/2696-quint-deserialization.md b/.unreleased/breaking-changes/2696-quint-deserialization.md deleted file mode 100644 index 36377e7566..0000000000 --- a/.unreleased/breaking-changes/2696-quint-deserialization.md +++ /dev/null @@ -1 +0,0 @@ -Update Quint deserialization for compatibility with version > 0.13.0, see #2696 diff --git a/.unreleased/bug-fixes/2697-fresh-model-values.md b/.unreleased/bug-fixes/2697-fresh-model-values.md deleted file mode 100644 index 39818d59be..0000000000 --- a/.unreleased/bug-fixes/2697-fresh-model-values.md +++ /dev/null @@ -1 +0,0 @@ -Fix a bug with decoding unconstrained model values of uninterpreted types. diff --git a/CHANGES.md b/CHANGES.md index 78c3b6897d..f43e924e49 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,16 @@ +## 0.41.4 - 2023-08-21 + +### Breaking changes + +- Update Quint deserialization for compatibility with version > 0.13.0, see #2696 + +### Bug fixes + +- Fix a bug with decoding unconstrained model values of uninterpreted types. + ## 0.41.3 - 2023-08-02 ### Bug fixes diff --git a/VERSION b/VERSION index 1ccf3e6857..bd09a69186 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.41.4-SNAPSHOT +0.41.5-SNAPSHOT