diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
new file mode 100644
index 0000000000..e1e443e842
--- /dev/null
+++ b/RELEASE-NOTES.md
@@ -0,0 +1,22 @@
+## 0.9.0
+
+### Features
+
+* new sequential model checker that is using TransitionExecutor, see #467
+* new command-line options, see #467 and the manual for details:
+ * choose the algorithm: `--algo=(offline|incremental)`
+ * pre-check, whether a transition disabled, discard the disabled transitions: `--discard-disabled`
+ * do not check for deadlocks: `--no-deadlock`
+ * pass tuning parameters in CLI: `--tune-here`
+* parsing in-comment Java-like annotations, see #226
+* tracking the source of variable/constant declarations and operator
+ definitions in the TLA+ Parser, see #262
+
+### Bug fixes
+
+* the new sequential model checker has uncovered a bug that was not found
+ by the old model checker, see #467
+
+### Documentation
+
+* ADR004: In-comment annotations for declarations (of constants, variables, operators)
diff --git a/UNRELEASED.md b/UNRELEASED.md
index a8ef325ccf..84488f67af 100644
--- a/UNRELEASED.md
+++ b/UNRELEASED.md
@@ -1,32 +1,12 @@
-### Features
-
-* new sequential model checker that is using TransitionExecutor, see #467
-* new command-line options, see #467 and the manual for details:
- * choose the algorithm: `--algo=(offline|incremental)`
- * pre-check, whether a transition disabled, discard the disabled transitions: `--discard-disabled`
- * do not check for deadlocks: `--no-deadlock`
- * pass tuning parameters in CLI: `--tune-here`
-* parsing in-comment Java-like annotations, see #226
-* tracking the source of variable/constant declarations and operator
- definitions in the TLA+ Parser, see #262
-
-### Bug fixes
-
-* the new sequential model checker has uncovered a bug that was not found
- by the old model checker, see #467
-
-### Documentation
-
-* ADR004: In-comment annotations for declarations (of constants, variables, operators)
diff --git a/mod-distribution/pom.xml b/mod-distribution/pom.xml
index 4b51859739..197052eb5b 100644
--- a/mod-distribution/pom.xml
+++ b/mod-distribution/pom.xml
@@ -8,11 +8,11 @@
at.forsyte.apalache
apalache
- 0.8.4-SNAPSHOT
+ 0.9.0
apalache-pkg
- 0.8.4-SNAPSHOT
+ 0.9.0
pom
apalache-pkg
diff --git a/mod-infra/pom.xml b/mod-infra/pom.xml
index 01fad2e745..68fa9b9757 100644
--- a/mod-infra/pom.xml
+++ b/mod-infra/pom.xml
@@ -4,11 +4,11 @@
at.forsyte.apalache
apalache
- 0.8.4-SNAPSHOT
+ 0.9.0
infra
- 0.8.4-SNAPSHOT
+ 0.9.0
jar
infra
diff --git a/mod-tool/pom.xml b/mod-tool/pom.xml
index 2733155299..e31c4f60e9 100644
--- a/mod-tool/pom.xml
+++ b/mod-tool/pom.xml
@@ -4,14 +4,14 @@
at.forsyte.apalache
apalache
- 0.8.4-SNAPSHOT
+ 0.9.0
tool
- 0.8.4-SNAPSHOT
+ 0.9.0
jar
tool
diff --git a/pom.xml b/pom.xml
index 85b068ecf0..be8fc08f82 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
at.forsyte.apalache
apalache
pom
- 0.8.4-SNAPSHOT
+ 0.9.0
APALACHE project
https://github.com/informalsystems/apalache
diff --git a/tla-assignments/pom.xml b/tla-assignments/pom.xml
index bb32a83735..5dcc9fdaa5 100644
--- a/tla-assignments/pom.xml
+++ b/tla-assignments/pom.xml
@@ -3,11 +3,11 @@
at.forsyte.apalache
apalache
- 0.8.4-SNAPSHOT
+ 0.9.0
tla-assignments
- 0.8.4-SNAPSHOT
+ 0.9.0
jar
tla-assignments
diff --git a/tla-bmcmt/pom.xml b/tla-bmcmt/pom.xml
index 2d5ed47a01..e07717b330 100644
--- a/tla-bmcmt/pom.xml
+++ b/tla-bmcmt/pom.xml
@@ -4,11 +4,11 @@
at.forsyte.apalache
apalache
- 0.8.4-SNAPSHOT
+ 0.9.0
tla-bmcmt
- 0.8.4-SNAPSHOT
+ 0.9.0
jar
tla-bmcmt
diff --git a/tla-import/pom.xml b/tla-import/pom.xml
index 12dbd4a391..3b80d59db6 100644
--- a/tla-import/pom.xml
+++ b/tla-import/pom.xml
@@ -4,11 +4,11 @@
at.forsyte.apalache
apalache
- 0.8.4-SNAPSHOT
+ 0.9.0
tla-import
- 0.8.4-SNAPSHOT
+ 0.9.0
jar
tla-import
diff --git a/tla-pp/pom.xml b/tla-pp/pom.xml
index bf89546537..f4a6c36a65 100644
--- a/tla-pp/pom.xml
+++ b/tla-pp/pom.xml
@@ -4,11 +4,11 @@
at.forsyte.apalache
apalache
- 0.8.4-SNAPSHOT
+ 0.9.0
tla-pp
- 0.8.4-SNAPSHOT
+ 0.9.0
jar
tla-pp
diff --git a/tla-types/pom.xml b/tla-types/pom.xml
index 585511b8eb..f42921952c 100644
--- a/tla-types/pom.xml
+++ b/tla-types/pom.xml
@@ -3,11 +3,11 @@
at.forsyte.apalache
apalache
- 0.8.4-SNAPSHOT
+ 0.9.0
tla-types
- 0.8.4-SNAPSHOT
+ 0.9.0
jar
tla-types
diff --git a/tlair/pom.xml b/tlair/pom.xml
index e92c26651b..3eeb3802ff 100644
--- a/tlair/pom.xml
+++ b/tlair/pom.xml
@@ -4,11 +4,11 @@
at.forsyte.apalache
apalache
- 0.8.4-SNAPSHOT
+ 0.9.0
tlair
- 0.8.4-SNAPSHOT
+ 0.9.0
jar
tlair