Skip to content

Commit c097e36

Browse files
author
Norbert Orzechowicz
committed
Update CHANGELOG.md
1 parent 9ad59b1 commit c097e36

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 2.0
1+
# 2.0.0-alpha1
22

33
* Added support for PHP7
44
* Updated dependencies to support Symfony3 components
@@ -7,7 +7,7 @@
77
* Added PHPMatcher facade in order to improve developers experience
88

99

10-
# 1.1
10+
# 1.1.0
1111

1212
* Added pattern expanders mechanism with following expanders:
1313
* ``Coduo\PHPMatcher\Tests\Matcher\Pattern\Expander\Contains``
@@ -22,7 +22,7 @@
2222
* ``Coduo\PHPMatcher\Tests\Matcher\Pattern\Expander\OneOf``
2323
* ``Coduo\PHPMatcher\Tests\Matcher\Pattern\Expander\StartsWith``
2424

25-
# 1.0
25+
# 1.0.0
2626

2727
* PHPMatcher initial release with following matchers:
2828
* ``Coduo\PHPMatcher\Tests\Matcher\Pattern\Expander\ArrayMatcher``
@@ -35,4 +35,4 @@
3535
* ``Coduo\PHPMatcher\Tests\Matcher\Pattern\Expander\ScalarMatcher``
3636
* ``Coduo\PHPMatcher\Tests\Matcher\Pattern\Expander\TypeMatcher``
3737
* ``Coduo\PHPMatcher\Tests\Matcher\Pattern\Expander\WildcardMatcher``
38-
* ``Coduo\PHPMatcher\Tests\Matcher\Pattern\Expander\XmlMatcher``
38+
* ``Coduo\PHPMatcher\Tests\Matcher\Pattern\Expander\XmlMatcher``

0 commit comments

Comments
 (0)