diff --git a/CHANGELOG.md b/CHANGELOG.md index 47523b9..96d1568 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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.4.0] - 2023-11-05 + +### Added + +- Added transaction iterator helpers +- Added find and filter helpers +- Added support for non-generic transactions + ## [0.3.1] - 2023-07-19 ### Changed diff --git a/package.json b/package.json index 330ca0d..7a40e73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ton/test-utils", - "version": "0.3.1", + "version": "0.4.0", "main": "dist/index.js", "license": "MIT", "description": "Utilities for writing tests for smart contract systems in TON",