diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c3145e..45313d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## v0.3.0 +* Add support for hidden options inside groups (PR [#2](https://github.com/click-contrib/click-option-group/pull/2)) + ## v0.2.3 * Transfer the repo to click-contrib organisation diff --git a/click_option_group/_version.py b/click_option_group/_version.py index a4c24c1..e8e4b94 100644 --- a/click_option_group/_version.py +++ b/click_option_group/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = '0.2.3' +__version__ = '0.3.0'