diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cdac9a..12cea8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security +## [0.1.1] - 2022-06-27 + +### Added + + - Allow environment variables to control plugin + ## [0.1.0] - 2022-06-26 ### Added diff --git a/nb_conda_store_kernels/__init__.py b/nb_conda_store_kernels/__init__.py index 3dc1f76..485f44a 100644 --- a/nb_conda_store_kernels/__init__.py +++ b/nb_conda_store_kernels/__init__.py @@ -1 +1 @@ -__version__ = "0.1.0" +__version__ = "0.1.1"