diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c08318..0a6d589 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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). +## [0.19.1] - 2024-04-12 + +### Fixed + +- Fixed `verify` command + +### Changed + +- Updated readme to reflect the fact that blueprint no longer automatically adds `jsonRPC` to custom v2 endpoints + ## [0.19.0] - 2024-03-27 ### Changed diff --git a/package.json b/package.json index a02b4db..587b499 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ton/blueprint", - "version": "0.19.0", + "version": "0.19.1", "description": "Framework for development of TON smart contracts", "main": "dist/index.js", "bin": "./dist/cli/cli.js",