diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 96d9691c..9aa5a073 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a3b9c1b9..bbb3a4ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.1](https://github.com/Zero-True/zero-true/compare/v0.1.0...v0.1.1) (2024-04-22) + + +### Bug Fixes + +* Remove route prefix in notebook ([#235](https://github.com/Zero-True/zero-true/issues/235)) ([b4c8423](https://github.com/Zero-True/zero-true/commit/b4c8423e3a9fbc959e5dbf4292ff5dfa5129e64c)) +* update images in README ([#232](https://github.com/Zero-True/zero-true/issues/232)) ([58da62b](https://github.com/Zero-True/zero-true/commit/58da62b4f061c52a08943f462924c66c98505482)) + ## 0.1.0 (2024-04-16) diff --git a/setup.cfg b/setup.cfg index a58a2359..2a4a7790 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,7 +8,7 @@ license_files = LICENSE description = A collaborative notebook built for data scientists long_description = file: README.md long_description_content_type = text/markdown -version = 0.1.0 +version = 0.1.1 [options]