diff --git a/CHANGELOG.md b/CHANGELOG.md index 679179d..4a01f3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project are 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] +## [0.1.2] - 2024-09-02 ### Added diff --git a/package.json b/package.json index 0098551..f7b8279 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nowarp/souffle", - "version": "0.1.1", + "version": "0.1.2", "description": "Souffle bindings for JavaScript/TypeScript", "author": "Georgiy Komarov ", "license": "Apache-2.0",