diff --git a/.gitignore b/.gitignore index ae964ec..a834917 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,5 @@ .idea -.env bloodhound-cli bloodhound.config.json \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e6f892b..a57c79e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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.1.2] - 2024-1-22 + +### Fixed + +* Fixed `install` output not showing the initial password in the output + ## [0.1.1] - 2024-1-21 ### Fixed