Skip to content

Commit

Permalink
Prepare v0.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
loic425 committed Apr 28, 2022
1 parent 2a3dec9 commit 5da3ba2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG-0.8.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Change Log

### v0.8.0 (2022/04/28 07:40 +00:00)
- [#427](https://github.com/Monofony/Monofony/pull/427) Refactor README page (@loic425)
- [#426](https://github.com/Monofony/Monofony/pull/426) Use an interface for documentation serializers (@loic425)
- [#425](https://github.com/Monofony/Monofony/pull/425) Use Resource & grid stable releases (@loic425)

### v0.8.0-beta.4 (2022/04/26 15:56 +00:00)
- [#424](https://github.com/Monofony/Monofony/pull/424) Enable Psalm on 8.1 (@loic425)
- [#423](https://github.com/Monofony/Monofony/pull/423) Simplify PHPStan config (@loic425)
Expand Down
2 changes: 1 addition & 1 deletion src/Monofony/Bundle/CoreBundle/MonofonyCoreBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

class MonofonyCoreBundle extends Bundle
{
public const VERSION = '0.8.0-beta.4';
public const VERSION = '0.8.0';

/**
* {@inheritdoc}
Expand Down

0 comments on commit 5da3ba2

Please sign in to comment.