diff --git a/CHANGELOG.md b/CHANGELOG.md index ebcc8c754..23217d62a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## v0.5.2 -- 2023-01-17 + +### Added + +- Hello world tutorial (#510) + ## v0.5.1 -- 2023-01-13 ### Fixed diff --git a/quint/package-lock.json b/quint/package-lock.json index 9fc1efdc8..2841a00b5 100644 --- a/quint/package-lock.json +++ b/quint/package-lock.json @@ -1,12 +1,12 @@ { "name": "@informalsystems/quint", - "version": "0.5.1", + "version": "0.5.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@informalsystems/quint", - "version": "0.5.1", + "version": "0.5.2", "license": "Apache 2.0", "dependencies": { "@sweet-monads/either": "^3.0.1", diff --git a/quint/package.json b/quint/package.json index 9694f3feb..6d826e2ac 100644 --- a/quint/package.json +++ b/quint/package.json @@ -1,6 +1,6 @@ { "name": "@informalsystems/quint", - "version": "0.5.1", + "version": "0.5.2", "description": "Core tool for the Quint specification language", "keywords": [ "temporal",