diff --git a/CHANGELOG.md b/CHANGELOG.md index fad1607..9366f5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## [Unreleased] +## [v0.1.1](https://github.com/takaebato/sql-insight/tree/v0.1.1) (2024-02-12) + +Updates to the documentation and removal of any remaining debug print in the code. + ## [v0.1.0](https://github.com/takaebato/sql-insight/tree/v0.1.0) (2024-02-12) Initial release. diff --git a/Cargo.toml b/Cargo.toml index 12fafd3..cccf399 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["sql-insight", "sql-insight-cli"] resolver = "2" [workspace.package] -version = "0.1.0" +version = "0.1.1" authors = ["Takahiro Ebato "] homepage = "https://github.com/takaebato/sql-insight" repository = "https://github.com/takaebato/sql-insight"