diff --git a/CHANGELOG.md b/CHANGELOG.md index 27cf143..a6e7384 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Version changelog +## 0.0.2 + +* Added extensive library documentation ([#14](https://github.com/databrickslabs/blueprint/pull/14)). +* Setup release to PyPI via GitHub OIDC ([#15](https://github.com/databrickslabs/blueprint/pull/15)). + + ## Release 0.0.1 * Added `.codegen.json` and `CHANGELOG.md` templates for automated releases. diff --git a/src/databricks/labs/blueprint/__about__.py b/src/databricks/labs/blueprint/__about__.py index f102a9c..3b93d0b 100644 --- a/src/databricks/labs/blueprint/__about__.py +++ b/src/databricks/labs/blueprint/__about__.py @@ -1 +1 @@ -__version__ = "0.0.1" +__version__ = "0.0.2"