diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37fcefa..8d7e5f1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a35326a..9409c50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/sciencecorp/synapse-cpp/compare/v1.0.0...v1.0.1) (2025-05-06) + + +### Bug Fixes + +* fix missing imports ([b3ca993](https://github.com/sciencecorp/synapse-cpp/commit/b3ca9935a212c81598569a995268f53c21ccb67b)) + ## [1.0.0](https://github.com/sciencecorp/synapse-cpp/compare/v0.2.0...v1.0.0) (2025-03-13) diff --git a/version.txt b/version.txt index 3eefcb9..7dea76e 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.0 +1.0.1