Skip to content

Commit 5f3d41b

Browse files
hosmelqgithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent e9f9684 commit 5f3d41b

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGELOG.md

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

8-
## [Unreleased](https://github.com//plutolinks/loops-php/compare/v0.1.0...HEAD)
8+
## [Unreleased](https://github.com//plutolinks/loops-php/compare/v0.2.0...HEAD)
99

1010
### Fixed
1111

1212
- Fix EventSendResponse by [HelgeSverre](https://github.com/HelgeSverre) in [#2](https://github.com/plutolinks/loops-php/pull/2)
1313

14+
## [v0.2.0](https://github.com//plutolinks/loops-php/compare/v0.1.0...v0.2.0) - 2024-05-18
15+
16+
### What's Changed
17+
18+
* Fix: ErrorException in EventSendResponse due to Undefined array key "message" (add missing null coalesce operator) by [@HelgeSverre](https://github.com/HelgeSverre) in https://github.com/plutolinks/loops-php/pull/2
19+
20+
### New Contributors
21+
22+
* [@HelgeSverre](https://github.com/HelgeSverre) made their first contribution in https://github.com/plutolinks/loops-php/pull/2
23+
24+
**Full Changelog**: https://github.com/plutolinks/loops-php/compare/v0.1.0...v0.2.0
25+
1426
## v0.1.0 - 2024-03-11
1527

1628
Initial release.

0 commit comments

Comments
 (0)