Skip to content

Commit 698ec9a

Browse files
fix changelog
1 parent 9eb3bcb commit 698ec9a

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,25 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [2.1.0] - 2024-11-27
7+
## [2.2.0] - 2024-11-27
88

99
### Added
1010
- Support for PHP 8.4
1111

1212
### Removed
1313
- Psalm
1414

15+
## [2.1.0] - 2023-09-23
16+
17+
# Added
18+
19+
- Support PHP 8.2 (#3, thanks @devnix)
20+
- More specific return type for `Flowcontrol\React\Inotify\InotifyStream::addWatch` (#4, thanks @devnix)
21+
22+
# Fixed
23+
24+
- GitHub Action Badge in `README.md`
25+
1526
## [2.0.0] - 2022-01-06
1627

1728
### Added
@@ -67,6 +78,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6778
- unit tests
6879
- static code analysis using Pslam and PHPStan
6980

81+
[2.2.0]: https://github.com/flow-control/react-inotify/compare/v2.1.0...v2.2.0
82+
[2.1.0]: https://github.com/flow-control/react-inotify/compare/v2.0.0...v2.1.0
7083
[2.0.0]: https://github.com/flow-control/react-inotify/compare/v1.1.1...v2.0.0
7184
[1.1.1]: https://github.com/flow-control/react-inotify/compare/v1.1.0...v1.1.1
7285
[1.1.0]: https://github.com/flow-control/react-inotify/compare/v1.0.2...v1.1.0

0 commit comments

Comments
 (0)