diff --git a/CHANGELOG.md b/CHANGELOG.md index 2adc6df..1649f64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ Note: Breaking changes between versions are indicated by "💥". +## Latest + +- [Bugfix] Fix missing patches from minio plugin (thanks @Wejie!) + ## 3.6.0 (2019-07-11) - [Feature] Modify ``createuser`` commands to define a password from the command line diff --git a/plugins/minio/setup.py b/plugins/minio/setup.py index 5852470..326d68c 100644 --- a/plugins/minio/setup.py +++ b/plugins/minio/setup.py @@ -10,7 +10,7 @@ with io.open(os.path.join(here, "README.rst"), "rt", encoding="utf8") as f: setup( name="tutor-minio", - version="0.0.3", + version="0.1.0", url="https://docs.tutor.overhang.io/", project_urls={ "Documentation": "https://docs.tutor.overhang.io/",