diff --git a/CHANGELOG.md b/CHANGELOG.md index 5089c3a8c..f7ce1e92c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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). -## [Unreleased] +## [1.1.0-beta.18] - 2023-04-10 ## Added - `FactoryDeployable` trait for deploying from factory contract diff --git a/package.json b/package.json index 3b49ef2ae..0a02273f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tact-lang/compiler", - "version": "1.1.0-beta.17", + "version": "1.1.0-beta.18", "repository": "https://github.com/tact-lang/tact.git", "homepage": "https://tact-lang.org", "description": "Tact is a next-gen smart contract language for TON",