diff --git a/CHANGELOG.md b/CHANGELOG.md index a91f73ff..c82501e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,7 @@ # Changelog All notable changes to this project will be documented in this file. -## [Unreleased] - -## [0.10.0] - 2019-11-XX +## [0.10.0] - 2019-11-08 ### Added - New regex `REGEX_IS_STAR`, matches only a `*` character. diff --git a/setup.py b/setup.py index 84a64653..f9cfb1aa 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( name="cfripper", - version="0.9.1", + version="0.10.0", author="Skyscanner Product Security", author_email="security@skyscanner.net", long_description=long_description,