Updated the changelog

This commit is contained in:
Cédric Belin
2018-11-09 20:25:06 +01:00
parent 213bcdc3f8
commit e90cb4536a
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
--- ---
:major: 0 :major: 0
:minor: 1 :minor: 1
:patch: 0 :patch: 1
:special: '' :special: ''
:metadata: '' :metadata: ''

View File

@ -1,4 +1,7 @@
# Changelog # Changelog
## Version [0.1.1](https://github.com/sab-international/gitea.php/compare/v0.1.0...v0.1.1)
- Fixed [issue #1](https://github.com/sab-international/gitea.php/issues/1): the `PushEvent::jsonSerialize()` methods returns `"TODO"` strings.
## Version 0.1.0 ## Version 0.1.0
- Initial release. - Initial release.