Update versions and changelog for v2.0.1

This commit is contained in:
Oliver Hamlet
2019-07-23 19:15:35 +01:00
parent b9d5d57dac
commit 90cbeff71a
3 changed files with 9 additions and 2 deletions
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## [2.0.1] - 2019-07-23
### Fixed
- Regular expressions are now prefixed with `^` and suffixed with `$` to ensure
that only exact matches to the given expression are found.
## [2.0.0] - 2019-06-30
### Added