Skip to content

Commit 10f73f9

Browse files
committed
update changelog for 2.0.2 release
1 parent 64bb2d0 commit 10f73f9

File tree

1 file changed

+37
-2
lines changed

1 file changed

+37
-2
lines changed

CHANGELOG.md

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,37 @@
1-
# Change Log
1+
# Changelog
2+
3+
## [2.0.2](https://github.com/antidot-framework/antidot-event-dispatcher/tree/2.0.2)
4+
5+
[Full Changelog](https://github.com/antidot-framework/antidot-event-dispatcher/compare/2.0.1...2.0.2)
6+
7+
**Merged pull requests:**
8+
9+
- add github community files [\#18](https://github.com/antidot-framework/antidot-event-dispatcher/pull/18) ([kpicaza](https://github.com/kpicaza))
10+
- update deprecated test assert [\#17](https://github.com/antidot-framework/antidot-event-dispatcher/pull/17) ([kpicaza](https://github.com/kpicaza))
11+
- update phpunit configuration format [\#16](https://github.com/antidot-framework/antidot-event-dispatcher/pull/16) ([kpicaza](https://github.com/kpicaza))
12+
- Update phpro/grumphp requirement from ^0.17.1 || ^0.19.0 to ^0.17.1 || ^0.19.0 || ^0.21.0 [\#15](https://github.com/antidot-framework/antidot-event-dispatcher/pull/15) ([dependabot[bot]](https://github.com/apps/dependabot))
13+
14+
## [2.0.1](https://github.com/antidot-framework/antidot-event-dispatcher/tree/2.0.1) (2020-07-14)
15+
16+
[Full Changelog](https://github.com/antidot-framework/antidot-event-dispatcher/compare/2.0.0...2.0.1)
17+
18+
**Merged pull requests:**
19+
20+
- Update phpstan/phpstan requirement from ^0.11.5 to ^0.11.5 || ^0.12.0 [\#13](https://github.com/antidot-framework/antidot-event-dispatcher/pull/13) ([dependabot[bot]](https://github.com/apps/dependabot))
21+
- Update phpro/grumphp requirement from ^0.17.1 to ^0.17.1 || ^0.19.0 [\#12](https://github.com/antidot-framework/antidot-event-dispatcher/pull/12) ([dependabot[bot]](https://github.com/apps/dependabot))
22+
- Update symfony/var-dumper requirement from ^4.2 to ^4.2 || ^5.0 [\#11](https://github.com/antidot-framework/antidot-event-dispatcher/pull/11) ([dependabot[bot]](https://github.com/apps/dependabot))
23+
- Update phpunit/phpunit requirement from ^8.0 to ^8.0 || ^9.0 [\#10](https://github.com/antidot-framework/antidot-event-dispatcher/pull/10) ([dependabot[bot]](https://github.com/apps/dependabot))
24+
25+
## [2.0.0](https://github.com/antidot-framework/antidot-event-dispatcher/tree/2.0.0) (2020-06-01)
26+
27+
[Full Changelog](https://github.com/antidot-framework/antidot-event-dispatcher/compare/1.1.1...2.0.0)
28+
29+
**Implemented enhancements:**
30+
31+
- Unnecessary call in Dispatcher [\#1](https://github.com/antidot-framework/antidot-event-dispatcher/issues/1)
232

333
## [1.1.1](https://github.com/antidot-framework/antidot-event-dispatcher/tree/1.1.1) (2019-04-14)
34+
435
[Full Changelog](https://github.com/antidot-framework/antidot-event-dispatcher/compare/1.1.0...1.1.1)
536

637
**Implemented enhancements:**
@@ -17,6 +48,7 @@
1748
- Add license file [\#7](https://github.com/antidot-framework/antidot-event-dispatcher/pull/7) ([kpicaza](https://github.com/kpicaza))
1849

1950
## [1.1.0](https://github.com/antidot-framework/antidot-event-dispatcher/tree/1.1.0) (2019-04-10)
51+
2052
[Full Changelog](https://github.com/antidot-framework/antidot-event-dispatcher/compare/1.0.0...1.1.0)
2153

2254
**Implemented enhancements:**
@@ -28,10 +60,13 @@
2860
- issue/\#4: Create docs for github pages [\#5](https://github.com/antidot-framework/antidot-event-dispatcher/pull/5) ([kpicaza](https://github.com/kpicaza))
2961

3062
## [1.0.0](https://github.com/antidot-framework/antidot-event-dispatcher/tree/1.0.0) (2019-04-08)
63+
64+
[Full Changelog](https://github.com/antidot-framework/antidot-event-dispatcher/compare/e86164a2734915e98227bdb23db717cb9206ef17...1.0.0)
65+
3166
**Fixed bugs:**
3267

3368
- Issue/\#1 [\#2](https://github.com/antidot-framework/antidot-event-dispatcher/pull/2) ([kpicaza](https://github.com/kpicaza))
3469

3570

3671

37-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
72+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

0 commit comments

Comments
 (0)