diff --git a/CHANGELOG.md b/CHANGELOG.md index ace7c4cb5..1766ab2e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## UNRELEASED +### Added +### Changed +### Deprecated +### Removed +### Fixed +### Security + +## v0.22.0 -- 2024-09-09 + ### Added - Calling `q::test`, `q::testOnce` and `q::lastTrace` on the REPL now works properly (#1495) diff --git a/quint/package-lock.json b/quint/package-lock.json index cf71de6eb..450dfb25b 100644 --- a/quint/package-lock.json +++ b/quint/package-lock.json @@ -1,12 +1,12 @@ { "name": "@informalsystems/quint", - "version": "0.21.2", + "version": "0.22.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@informalsystems/quint", - "version": "0.21.2", + "version": "0.22.0", "license": "Apache 2.0", "dependencies": { "@grpc/grpc-js": "^1.11.1", diff --git a/quint/package.json b/quint/package.json index f383dee7e..8c1c07e8d 100644 --- a/quint/package.json +++ b/quint/package.json @@ -1,6 +1,6 @@ { "name": "@informalsystems/quint", - "version": "0.21.2", + "version": "0.22.0", "description": "Core tool for the Quint specification language", "keywords": [ "temporal", diff --git a/quint/src/version.ts b/quint/src/version.ts index 890846de9..40c879f02 100644 --- a/quint/src/version.ts +++ b/quint/src/version.ts @@ -1,2 +1,2 @@ // Generated by genversion. -export const version = '0.21.2' +export const version = '0.22.0'